commit | 2af35ab984e3d62ff7abb215dc293fc082de19f6 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Mon May 18 15:35:44 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 18 18:01:58 2020 |
tree | b30f97cb01fc54e27cd2668232db3764681da844 | |
parent | 8de900cdcb7ded8f52d6d35b5040b6880d3dda35 [diff] |
FakeAudioCaptureModule: remove lock recursions. This change removes lock recursions and adds thread annotations. The module had incorrect locking WRT the callback critical section: ProcessFrameP: locks crit_ ReceiveFrameP: locks crit_callback_ ------------- SendFrameP: locks crit_callback_ MicrophoneVolume: locks crit_ Lock crit_callback_ was rolled in under crit_ instead. Bug: webrtc:11567 Change-Id: I974fe91d44de0ddf1a1287fe91db9dfe63a61af9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/175662 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31313}
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.