commit | 4ec56a3aa0b402fe37252f326e21cd2909874aa8 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Fri Apr 14 15:03:47 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 17 08:54:18 2023 |
tree | ea52c803adcb0c02a5d31cc9adf797770ea07185 | |
parent | 14375c25e8c099c4e863af7c231a161ece3ec07a [diff] |
VCMJitterBuffer: fix deadlock. The jitterbuffer would call Flush which takes a mutex from InsertPacket, which is already under the same mutex. Fix this by introducing an internal flush method that assumes a locked state. The change also adds more thread annotations in case more problems were present. No more problems were detected. Fixed: b/277930190 Change-Id: If85609f27f8187ade9370847fecc2bc83d940dd5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/301340 Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Auto-Submit: Markus Handell <handellm@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39868}
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.