forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't await adaptation after deg-pref change
Now we only await a previous adaptation if the degradataion preference is the same as our current degradation preference. Without this guard we can get stuck as detailed in the attached bug. Bug: webrtc:11562 Change-Id: I91be48546446ef8d01fe901bc6889201a5b97ba6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174805 Commit-Queue: Evan Shrubsole <[email protected]> Reviewed-by: Henrik Boström <[email protected]> Cr-Commit-Position: refs/heads/master@{#31236}
- Loading branch information
Showing
3 changed files
with
137 additions
and
34 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