commit | 63d146b743fb2a4ee637dc59c5ab0a77d7ee1864 | [log] [tgz] |
---|---|---|
author | henrik.lundin <henrik.lundin@webrtc.org> | Wed Jul 05 14:03:34 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 05 14:03:34 2017 |
tree | 4ad5005b7f25739fc4523f70986bf48403f85b97 | |
parent | 440ea8cdffa2558500b1abf57e4faaafe1bac038 [diff] |
NetEq: Rectify the implementation of PacketBuffer::DiscardOldPackets The implementation of this method did not follow the description in the method comment. It was supposed to delete all packets in a range [A, B], but if at least one packet in the buffer had a timestamp lower than A, then no packets at all were discarded. This is now fixed. BUG=webrtc:7937 Review-Url: https://codereview.webrtc.org/2969123003 Cr-Commit-Position: refs/heads/master@{#18903}
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.