-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Merge to M104] Fix issue with pacing rate after long queue times.
A recent cleanup cl (r36900) had an unintended side-effect. If the queue-time limit is expected to be hit, we adjust the pacing bitrate up to make sure all packets are sent within the nominal time frame. However after that change we stopped adjusting the pacing rate back to normal levels when queue clears - at least not until the next BWE update (which is fairly often - but not immediate). This CL fixes that, and also makes sure whe properly update the adjusted media rate on enqueu, dequeue and set rate calls. (cherry picked from commit df9e51a) No-Try: True Bug: webrtc:10809, chromium:1336956 Change-Id: If00dc35169f1a1347fea6eb44fdb2868282ed3b7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/265387 Reviewed-by: Per Kjellander <[email protected]> Commit-Queue: Erik Språng <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#37178} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266021 Reviewed-by: Mirko Bonadei <[email protected]> Reviewed-by: Philip Eliasson <[email protected]> Cr-Commit-Position: refs/branch-heads/5112@{#1} Cr-Branched-From: a976a87-refs/heads/main@{#37168}
- Loading branch information
Erik Språng
authored and
WebRTC LUCI CQ
committed
Jun 17, 2022
1 parent
a976a87
commit e083ccc
Showing
3 changed files
with
102 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters