commit | 1b2e90beb66f8cfef55747c42b4a8ba7ae31f1a5 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Mon Mar 05 19:09:11 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 07 12:52:20 2018 +0000 |
tree | 872994d877985b4a663b7d4fe5c55f4fcfaed127 | |
parent | e4d79c73ccb0c776aa1f5352ef522cea6bb76d51 [diff] |
Replaced DestructAndGetRtpStateTask with lambda. Slight change in functionality: send_stream_ member is no longer moved to the QueuedTask. This means that a possible race on access to send_stream_ will not cause nullpointer dereferencing until the posted task has been run. Most usages of send_stream_ are protected by thread_checker_, but not DeliverRtcp and EnableEncodedFrameRecording. This change in behavior should be be able to cause new failures, but it could potentially make existing race conditions less likely to happen. Bug: None Change-Id: Ife42071a4aa2811fcaf2f3ef21ca1888e6640ca3 Reviewed-on: https://webrtc-review.googlesource.com/59800 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22327}
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.