commit | 84d360771bb8c73011b5d253344881ed22a78e2d | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Wed Oct 28 13:05:07 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 28 15:19:06 2020 |
tree | d5ecb0504f81fcbbfa7956010a8a9e70e3015a9c | |
parent | 2c00c40ff9b5d5286b77ae0fc1fc6b9a614d3d82 [diff] |
Fix locking in RTPFile class This code used to have a reader-writer lock, and call std::queue::pop() with only a reader lock, which appears unsafe. Code changed to use a plain webrtc::Mutex. Bug: webrtc:12102 Change-Id: Icbea17a824c91975dfebd4d05bbd0c21e1abeadc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190700 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32511}
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.