commit | 0f030fd263e5b159f303766667f68904a8b86515 | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Thu Apr 01 18:12:04 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 01 19:50:30 2021 |
tree | e4660fd55a91d6a2f9ed85daf643d67f292177b3 | |
parent | 95d2f478e9776fd70bf3579d57cce9a7efbc069e [diff] |
Use module_process_thread_ for thread checks in ChannelReceive. ChannelReceive for audio has both a thread checker and pointer. Both aren't needed, so this removes the checker. Moving forward we should be able to guard more variables with checks and remove the need for locks. Removing module_process_thread_checker_ from AudioReceiveStream. The checker was misleading and actually checked the worker thread. Updating downstream code in ChannelReceive accordingly. Bug: webrtc:11993 Change-Id: I93becd4989e5838412a4f079ba63cf67252daa84 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212613 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33616}
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.