commit | 9c192b2b06cb012b3f515923aeb0a3a0f9a09025 | [log] [tgz] |
---|---|---|
author | ivoc <ivoc@webrtc.org> | Thu Mar 16 11:22:14 2017 |
committer | Commit bot <commit-bot@chromium.org> | Thu Mar 16 11:22:14 2017 |
tree | 54f141859f1257023bd7fd0f9d9fa5c3ef5cb2f2 | |
parent | f13b54867f10285262e8a685a6f39c6be8269c03 [diff] |
Added locking when getting echo likelihood stats. Currently no lock is taken when returning echo likelihood stats, which causes a race condition between the thread getting the stats and the thread running the echo detector. This CL resolves the issue by adding locking. BUG=webrtc:7346 Review-Url: https://codereview.webrtc.org/2749973003 Cr-Commit-Position: refs/heads/master@{#17270}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.