commit | 7c682e0c3512485bda285670e5a88f9bc41809be | [log] [tgz] |
---|---|---|
author | Seth Hampson <shampson@webrtc.org> | Fri May 04 23:28:15 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 08 23:03:35 2018 |
tree | 88d57654b13f9230135c3fca03b816bc02a206da | |
parent | 4e268edb533bcbc2f25406ee804473fb3ddd7027 [diff] |
Update to allow the application to set a low max bitrate. A bug surfaced when setting a low max bitrate with 30kbps hard-coded min bitrate value then a DCHECK was hit in the VideoCodecInitializer, expecting the max bitrate to be higher than the min bitrate. This change allows the application to set a max bitrate below 30kbps, and adjusts the min bitrate to the value set for the max bitrate. RtpSender: :setParameters. If the value set was lower than the Bug: webrtc:9141 Change-Id: I9b43ee7814b1a2caba00bc9614fc66d4438d66d8 Reviewed-on: https://webrtc-review.googlesource.com/74641 Commit-Queue: Seth Hampson <shampson@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23179}
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.