commit | 0d348d69e6c6cf58e07e12b43a06566de580bdfc | [log] [tgz] |
---|---|---|
author | sprang <sprang@webrtc.org> | Fri Oct 07 15:28:39 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 07 15:28:42 2016 |
tree | 66c81c9b56679be69b32bff01389fddfe16d83a3 | |
parent | dda6ec008a0fc8d52e118814fb779032e8931968 [diff] |
Avoid race in VideoReceiveStream shutdown The decoder implementation may have its own thread for asynchrouns callbacks. We need to stop it (by releasing the decoder) when stopping the decoder thread, othweise it may call incoming_video_stream_ after it has been destroyed. BUG=webrtc:6501 Review-Url: https://codereview.webrtc.org/2402663003 Cr-Commit-Position: refs/heads/master@{#14577}
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.