commit | 9e5db68b15087eccd8d2493b4e8539c1657e0f75 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Mon Apr 07 14:42:12 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 07 16:10:32 2025 |
tree | ef79cb78ef715e38cc5987c6b25ff8d524b49a06 | |
parent | 04413d62f754a7b1a3a2d8c3df23bcde040112b2 [diff] |
[M135] Protect queue in FrameInstrumentationGenerator with a mutex `OnCapturedFrame` and `OnEncodedImage` may be called from different threads, hence synchronization is needed. There have been reports of crashes caused by race condition: https://issues.chromium.org/issues/404925575 // No-Try due to iwyu_verifier seemingly not working on this branch. (cherry picked from commit 4447d6b800c1af20955844f082e1cb29158a7790) No-Try: True Bug: webrtc:358039777, chromium:404925575 Change-Id: I070b9b7309c28ab50de2268af55adbe26e559f6f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/383021 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Auto-Submit: Fanny Linderborg <linderborg@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Fanny Linderborg <linderborg@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Original-Commit-Position: refs/heads/main@{#44268} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/385083 Cr-Commit-Position: refs/branch-heads/7049@{#3} Cr-Branched-From: caae8ec03bedd938b99c7a11b6455878c4f93e75-refs/heads/main@{#44027}
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.