commit | 28c71809995a4a35db8158fcfb232dceeb834b24 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Mon Nov 08 09:11:55 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 08 10:42:48 2021 |
tree | 58d858a24d36c294b399f188ed01fd2f235d4ea7 | |
parent | 7aa89cedbacb0f3c1a85f4e178eb640f8fc27126 [diff] |
VideoStreamEncoder: simplify threading. VideoStreamEncoder receives frames on an undefined threading context with the only requirement being that frames are serially arriving. This CL changes this to post all frames arriving at the FrameCadenceAdapter to the worker thread before further processing, transitively leading to frame entry into the VideoStreamEncoder on the worker thread. Bug: chromium:1255737 Change-Id: I04d69cb4a5048d671d2dcd3bd6d669fbcda52b3f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237142 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35320}
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.