commit | 1cb2ef0e06059b3d44ce9e51911f43a323b57d2c | [log] [tgz] |
---|---|---|
author | Andreas Pehrson <apehrson@mozilla.com> | Tue May 20 21:37:23 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 19:29:04 2025 |
tree | 9f0825dfdb377a86b3f3e92ac4cbd29353a5379a | |
parent | 514c90857dd4562894d53f5161f9825d752cb661 [diff] |
Make SckPickerProxy thread-safe with a Mutex Single-threaded access doesn't work because SckPickerProxy is a singleton and clients typically use different capturers for enumeration and capture, and runs them for those use cases on different threads. Bug: webrtc:367915807 Change-Id: I8695ea38a21bf3a307dfd21d169ef5ca2fe43809 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/392780 Reviewed-by: Alexander Cooper <alcooper@chromium.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Andreas Pehrson <apehrson@mozilla.com> Cr-Commit-Position: refs/heads/main@{#44722}
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.