commit | 8dd4db49e2b9fab1a851c779235a555ee2c0d351 | [log] [tgz] |
---|---|---|
author | Rasmus Brandt <brandtr@webrtc.org> | Wed May 16 07:38:42 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 16 08:15:23 2018 |
tree | 770b0a01368048e87781d5e958c07d4b85255980 | |
parent | 59130a11b8f2b0e8c2c15f68da8d3b92524cb50d [diff] |
Create/destroying codecs on task queue + switch to TaskQueueForTest. After https://webrtc-review.googlesource.com/c/src/+/70740, we are creating/destroying the codecs on a task queue in the VideoStreamEncoder. This CL updates the VideoCodecTest to do the same. Also, this CL switches from manually Wait()'ing on the task queue to using TaskQueueForTest::SendTask. Bug: None Change-Id: Ia0398b24e32e9cc5361ba5ee4c08441116def18e Reviewed-on: https://webrtc-review.googlesource.com/76800 Commit-Queue: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23257}
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.