commit | 5aaa9faa9b93136699f907150992a64fed34a4db | [log] [tgz] |
---|---|---|
author | isheriff <isheriff@chromium.org> | Tue Jun 14 17:55:36 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 14 17:55:46 2016 |
tree | 04705f375e2e79418bab6be2016f576dde25ef4c | |
parent | 971cab0d93823af9a991aa8901eda75f574e0974 [diff] |
Remove thread_checker in playout_delay_oracle It appears there the encode and send operation can happen over multiple threads. Also, padding data itself may be sent on a different thread. Remove thread checker and protect all data with crit_sect. BUG=webrtc:5998 TBR=stefan@webrtc.org Review-Url: https://codereview.webrtc.org/2066863002 Cr-Commit-Position: refs/heads/master@{#13137}
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.