commit | 14b9d79bd6b33d753c3215a354be5d94054d4acb | [log] [tgz] |
---|---|---|
author | Taylor Brandstetter <deadbeef@webrtc.org> | Thu Sep 08 00:16:54 2016 |
committer | Taylor Brandstetter <deadbeef@webrtc.org> | Thu Sep 08 00:16:59 2016 |
tree | 3c4e97b63560ec59c89151f5be50d137a42ca4e8 | |
parent | 7610f85a2bfe2878450914d78e6a85639515275f [diff] |
If encoding is inactive, don't start sending when stream is reconfigured. RecreateWebRtcStream was checking the "sending_" flag, but wasn't checking rtp_parameters_.encodings[0].active. As a result, if an application calls "RtpSender.setParameters(inactive_params)" then later the stream is recreated due to some change in SDP parameters, the stream would incorrectly start sending. R=pthatcher@webrtc.org, skvlad@webrtc.org Review URL: https://codereview.webrtc.org/2246313002 . Cr-Commit-Position: refs/heads/master@{#14116}
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.