commit | eef09fc42d983d480b6c6d5a6a97893c92863e14 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Fri Mar 16 09:47:16 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 16 10:23:47 2018 |
tree | d2d9614033add85053ab4587a5bc9664f57b12c3 | |
parent | 883d00f7d1c2d6f97edc428744caa8b67301913d [diff] |
Fix race in DegradedCall::DestroyVideoSendStream VideoSendStream might call SendRtp or SendRtcp asynchronously (for instance periodic RTCP messages), so we must destroy the VideoSendStream before FakeNetworkPipe, otherwise might crash in DegradedCall::SendRtcp. Bug: webrtc:8910 Change-Id: I18e76c40a5213bd7378a39acba100edd9e2a193b Reviewed-on: https://webrtc-review.googlesource.com/62341 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22468}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.