commit | fe793eb2d1b8c42c557ddef5c1d760bbec23de2d | [log] [tgz] |
---|---|---|
author | brandtr <brandtr@webrtc.org> | Mon Dec 12 15:13:56 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 12 15:14:03 2016 |
tree | f94c5c8e9bb9dae4d4e264c0af70802653383fdf | |
parent | e54b0c5e0dedf6a8774ea10b5e61d5468cfe61c1 [diff] |
Remove sequenced task checker from FlexfecSender. The packetization parts of this class are accessed from the encoder thread, which might change under different occasions. The use of a sequenced task checker here is thus incorrect, since that requires the access to always be on the same thread, whenever a task queue is not used. The access to the instantiated object of this class, at least when it comes to the RTP packetization parts, is however synchronized using the lock in PayloadRouter::OnEncodedImage. We can therefore safely remove the sequenced task checker. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2562983002 Cr-Commit-Position: refs/heads/master@{#15549}
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.