commit | 917a4eeb60dd177c781cd1c024b2d72be73078ee | [log] [tgz] |
---|---|---|
author | kthelgason <kthelgason@webrtc.org> | Thu Nov 10 14:22:17 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Nov 10 14:22:23 2016 |
tree | d9fcd235faa1cbcd126fa72efbe5914d6f57e9e6 | |
parent | 1b35d4cdf1804e245bcc975e80a5cf78b87b8cd4 [diff] |
Replace SequencedTaskChecker in RTPSenderVideo This is not the right place for a SequencedTaskChecker, as we can not make any guarantees about the thread this method runs on. We were hitting this check on Android and iOS whenever the encoder would be reconfigured. Access to these ivars should be guarded by a lock. As a bonus, an unused method declaration was removed. BUG=webrtc:6686 Review-Url: https://codereview.webrtc.org/2495483002 Cr-Commit-Position: refs/heads/master@{#15019}
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.