commit | 6bb12e57320932c7c949b7fb4d14a9ac7f8f6b63 | [log] [tgz] |
---|---|---|
author | Andreas Pehrson <apehrson@mozilla.com> | Mon May 22 08:22:43 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 15 09:01:25 2023 |
tree | c4d100ab654e75f90b530fc0a10b3d491da86798 | |
parent | e109fb5b5d439ed817b3c0b6bae619509c042b5a [diff] |
In VideoCaptureModulePipeWire split frameInfo_ usage frameInfo_ is used on multiple threads. This commit splits it into: - VideoCaptureImpl::_requestedCapability for writing what was requested in StartCapture() and for reading in CaptureSettings(), on the api thread only. - A new member configured_capability_ (renamed from frameInfo_) for accesses in callbacks, or on the api thread when no callbacks can happen. Bug: webrtc:15181 Change-Id: I105d8adfde52320e43ffe95fe23e11d028c80684 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/306120 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40285}
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.