| commit | 0b0afac037e65c6a0b302a767418b6087633f559 | [log] [tgz] |
|---|---|---|
| author | Jan Grulich <grulja@gmail.com> | Wed Jun 11 08:57:42 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 19 08:54:52 2025 |
| tree | 9c82da9cd11d5cc780a129c941b0389f9b4e8c06 | |
| parent | 2028247adf462e6ab65f18c3dc5a0611a7e620db [diff] |
Wayland screencast: remove unnecessary use of pw_thread_loop_wait() Use of pw_thread_loop_wait() needs a lock around the loop, otherwise it reports "'loop->recurse > 0' failed", but using lock in this case would lead to deadlock, because of missing pw_thread_loop_signal() call. In fact we don't need to call pw_thread_loop_wait() at all so just remove it since it doesn't do anything except reporting a failure. Bug: webrtc:424075504 Change-Id: I1c89cba36eb59dbe4a13e54f50a85676aa297d54 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/396205 Commit-Queue: Jan Grulich <grulja@gmail.com> Reviewed-by: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/main@{#44979}
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.