commit | d41c2a6b8aeb8a2bfec29689c68cba79638d902a | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Mon Sep 21 13:56:42 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 21 15:04:43 2020 |
tree | af0ec8795ba5e32be2521f8e3e2fd0ca118cefc1 | |
parent | 612445ea6038c4746b8696b47447445b82b99c7a [diff] |
Remove AsyncInvoker from WebRtcVideoChannel. RequestEncoderFallback, RequestEncoderSwitch and SetVideoCodecSwitchingEnabledRequest are now all called on the worker thread. Before, the work already happened on that thread but WebRtcVideoChannel adapted internally when needed. With this CL, there are thread checks to make sure that these calls are always made the same way, we don't need the async invoker and there are fewer calls out from the encoder thread in VideoStreamEncoder (reducing the chance of unintentional blocking). Bug: webrtc:11908 Change-Id: If8738bc2a708a0fefc6fe850b32655f049f30bdc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/184603 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32151}
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.