commit | b83797bd7a7239049dcdd8d39a304769c3270a41 | [log] [tgz] |
---|---|---|
author | kthelgason <kthelgason@webrtc.org> | Tue Feb 14 19:57:25 2017 |
committer | Commit bot <commit-bot@chromium.org> | Tue Feb 14 19:57:25 2017 |
tree | 3b736a8a8c3acc9a568b0b8324c445519871ddd2 | |
parent | 5465ef5699b42382bd778c7d4ad5a70c3298459a [diff] |
Fix flaky ViEEncoder unit test. The flaky test was introduced in ad9010c9836, and is essentially a race where the ViE Encoder has already configured the quality scaler on the encoder thread before we've updated the ScalingSettings. This CL adds a forced reconfiguration of the quality scaler to avoid this issue. BUG=None TBR=sprang@webrtc.org Review-Url: https://codereview.webrtc.org/2695873004 Cr-Commit-Position: refs/heads/master@{#16612}
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.