commit | b571ff48f8fe07678da5a854cd6c3f5dde02855f | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Sat Apr 04 15:20:37 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Apr 06 10:41:33 2020 |
tree | 809273345aea90eca663a820c1848c83f2c3ce85 | |
parent | 2e3e36312b10b8711c467e7bdc4582c01914e4d0 [diff] |
Fixes issue with non-paced audio send time in dynamic pacer. Non-paced audio should be sent "immediately", but in several places that was determined by looking at the current time - which can lead to inconsistencies. E.g. if a packet is enqueued and ProcessPackets() is called 1ms later, the pacer should see NextSendTime() as 1ms ago, so that buffer levels are cleared at the right pace. Bug: webrtc:10809 Change-Id: I04a169f3df3e28a5c8ef7fa8a042b9c482c307ce Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172845 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31002}
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.