commit | 541f202354e2b4906935c8db6e54386aa8bc8d1f | [log] [tgz] |
---|---|---|
author | Jan Grulich <grulja@gmail.com> | Tue Feb 06 09:56:05 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Feb 11 10:47:14 2024 |
tree | 4d7de7791a097ce51c4e424e737d1d5254dde8c4 | |
parent | 25cdac7d7ec85b8074aaf709cbbb1a91482693d1 [diff] |
Video capture PipeWire: simplify thread and lock annotations Use only one RaceChecker as intended with the original change. This gets rid of specific RaceChecker for PipeWire members. Make PipeWireSession guarded by API checker instead, since this member is accessed only in [Start/Stop]Capture and move the race checker within PipeWire thread loop lock. Also remove race check from OnStreamStateChanged where we only modify one property guarded by API mutex. Partially reverts a9d497b52dc21497fdfd0e8c03ab2f8559e02d15 reviewed on https://webrtc-review.googlesource.com/c/src/+/326781. Bug: webrtc:15181 Change-Id: I46449fce86611124688a65d5337771c75853f2ca Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/338021 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Jan Grulich <grulja@gmail.com> Cr-Commit-Position: refs/heads/main@{#41713}
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.