commit | cf33d9c9d3fb57cca28861845d673934993e83df | [log] [tgz] |
---|---|---|
author | skvlad <skvlad@webrtc.org> | Tue Oct 04 08:46:57 2016 |
committer | skvlad <skvlad@webrtc.org> | Tue Oct 04 08:47:05 2016 |
tree | 62ecacae6cd08cf81368aadbafafbae0972778a3 | |
parent | 8a9b0f8e02c7539cf21c3de174dad0f8e2becc06 [diff] |
Fixed flaky VideoSendStreamTests after ViEEncoder changes After https://codereview.webrtc.org/2386573002 changed where resolution changes are handled, a few VideoSendStreamTests became flaky. They were waiting for an InitEncode call they triggered, but sometimes were getting one triggered by the resolution change when the first frame was generated. The fix was to make the tests wait for two InitEncode calls first - one when the stream is created, and the second when the first frame was encoded. BUG=webrtc:6467, webrtc:6371 R=perkj@webrtc.org, stefan@webrtc.org Review URL: https://codereview.webrtc.org/2387293002 . Cr-Commit-Position: refs/heads/master@{#14490}
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.