commit | d9255b18404f64c0e4d561635a3d5aa33f60d56b | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Mon May 04 16:10:41 2020 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 04 15:25:34 2020 +0000 |
tree | e1e0381055651062ccc02a3179e0dcf8e425c59d | |
parent | 455e80271ce828aef11a1d5ba190b4ce7213fe6c [diff] |
[getStats] Fix DCHECK crash in MergeInfoAboutOutboundRtpSubstreams(). It seems possible that getStats() and merging RTX/FlexFEC substream stats into media substream stats can race with the creation or destruction of the media substream that the RTX/FlexFEC substream is associated with. In other words, the DCHECK that ensures that there exists a stats object to merge into is not always valid. Because there is no media stats object to merge in to, and outbound-rtp stats objects only exists per media SSRCs, the sensible thing to do is to RTC_LOG and ignore the substream stats. Bug: webrtc:11545 Change-Id: I4061d7190da7ab8bd33fa1fd92c9d819f35d76c7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174360 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31156}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.