commit | 26b675625f150be1ebc1a2350d39e5116d214871 | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Mon Nov 14 18:52:58 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 14 18:53:03 2016 |
tree | 3cbd2b71801649c6c74a74f9ad02290759e5a66f | |
parent | 80c06fa5745a6ff1f03034dfd3fc29a33d12c578 [diff] |
Fix BitrateControllerImpl not to ignore BW probe results mid-call. Previously when BitrateControllerImpl::OnDelayBasedBweResult() is called as result of a probe it was calling bandwidth_estimation_.SetSendBitrate(), but not UpdateDelayBasedEstimate(). As result SendSideBandwidthEstimation was effectively ignoring probe results as it kept the old delay_based_bitrate_bps_ value, which caps the resulting bitrate. BUG=webrtc:6332,webrtc:6710 Review-Url: https://codereview.webrtc.org/2481383002 Cr-Commit-Position: refs/heads/master@{#15071}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.