commit | 420ad1af1ef1a58c8f366a969a4ff4d1e496171a | [log] [tgz] |
---|---|---|
author | Evan Shrubsole <eshr@google.com> | Wed Mar 04 09:42:28 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 04 10:25:06 2020 |
tree | 40e5067588efa7ef7314d94bbbaef79db1af9cdd | |
parent | 4518a20e14ecb3415c52aecf132d9bc83edaa9c4 [diff] |
Fix video_loopback crash when selecting all streams When selecting all streams there was an index out of bounds checking the selected temporal layer, which is -1 so was irrelevant. My fix is to prevent selecting a temporal layer and all streams at the same time. Bug: webrtc:11402 Change-Id: I0641b926cba35878945b866f2c59b4b0281f0852 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169720 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Evan Shrubsole <eshr@google.com> Cr-Commit-Position: refs/heads/master@{#30679}
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.