commit | 5bf60e446deaaa46b961a2d3589e0658274dab3d | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Wed May 13 13:20:25 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 13 15:23:25 2020 |
tree | efae5d1c145b1d8d1af750d23d8f293b4dc3d616 | |
parent | 611fba451752b00d401d415c6ed57e93eb8f3a45 [diff] |
VideoStreamEncoderTest: Wait for QP usage handled callback event. (Misc cleanup associated with https://webrtc-review.googlesource.com/c/src/+/174441.) This test was previously assuming what when QP usage is handled it first posts to the adaptation queue and then back with the result from the encoder queue. While the assumption is correct it is not an implementation detail that the test was trying to assert, nor do we need such a test. TriggerQualityScalerHighQpAndReturnIfQpSamplesShouldBeCleared() is updated to wait for an event associated with QP having been handled, which is all that the test really cares about. Bug: webrtc:11542, webrtc:11520 Change-Id: I3286c3ab631f09c43abe0fd59f31c3997aedd9f8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175004 Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Evan Shrubsole <eshr@google.com> Cr-Commit-Position: refs/heads/master@{#31243}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.