commit | 7b9feeeaad18a436d19f6c5172c5ad8468362814 | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Fri Nov 18 00:16:14 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 18 00:16:22 2016 |
tree | bf928a9244565c1b85c6ee5aa81baed877870fdc | |
parent | 81c3a0300486f49ca5dae5c0a7f50ae858dd78fa [diff] |
Fix PayloadRouter::OnEncodedImage() to handle errors properly. PayloadRouter::OnEncodedImage() was casing boolean result from SendOutgoingData() to int, and then not handling it correctly, which results in all errors in SendOutgoingData() being ignored. This issue was introduced in https://chromium.googlesource.com/external/webrtc/+/ad34dbe934 This bug masked another issue with VP9 codec (see crbug.com/webrtc/6723 ) and that increased number of dropped frames. BUG=634816 Review-Url: https://codereview.webrtc.org/2512543002 Cr-Commit-Position: refs/heads/master@{#15143}
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.