commit | 549d80b979158a3535af299ee6277e77ca0873ca | [log] [tgz] |
---|---|---|
author | henrik.lundin <henrik.lundin@webrtc.org> | Thu Aug 25 07:44:24 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 25 07:44:32 2016 |
tree | b0469fec185038d8a7346747ee4c51f41af20ff4 | |
parent | fe8f48962aacab4a8437c9d98dfcda225329c68e [diff] |
NetEq: only update current_rtp_payload_type_ when validated The current_rtp_payload_type_ should only be updated when the packet is actually inserted into the packet buffer, since then the payload type has been validated. This CL removes an unvalidated setting of this value that happened after SSRC change or upon first packet. BUG=webrtc:5447 Review-Url: https://codereview.webrtc.org/2270793003 Cr-Commit-Position: refs/heads/master@{#13910}
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.