commit | feec91e68173dd520a6a3f9ccf242f511049fb99 | [log] [tgz] |
---|---|---|
author | Seth Hampson <shampson@webrtc.org> | Fri Jul 13 17:41:10 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 16 17:39:02 2018 |
tree | 445c6353a3f2a3051f29383df8ad7225aa387979 | |
parent | 800787f03bf99403acdd24ec4ed435bfe326ffb4 [diff] |
Fix so that codec max bitrate doesn't override. Currently the codec specific max bitrate that is set in the SDP gets overridden by the value set with the "b=AS" attribute (WebRtcVideoChannel::SetSendParameters). But at the WebRtcVideoSendStream level it does the opposite - the codec specific max bitrate value overrides the values that could be set by RtpParameters or the "b=AS" value (in WebRtcVideoSendStream::CreateVideoEncoderConfig). This change updates the logic to be consistent with what happens at the WebRtcVideoChannel level, and allows the RtpParameter max bitrate to override the codec specific max bitrate. Bug: webrtc:8655 Change-Id: I3f0347cb7cffcfc577484231b061ab0712453e69 Reviewed-on: https://webrtc-review.googlesource.com/88520 Commit-Queue: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23989}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.