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.
Update to allow the application to set a low max bitrate.
A bug surfaced when setting a low max bitrate with 30kbps hard-coded min bitrate value then a DCHECK was hit in the VideoCodecInitializer, expecting the max bitrate to be higher than the min bitrate. This change allows the application to set a max bitrate below 30kbps, and adjusts the min bitrate to the value set for the max bitrate. RtpSender: :setParameters. If the value set was lower than the Bug: webrtc:9141 Change-Id: I9b43ee7814b1a2caba00bc9614fc66d4438d66d8 Reviewed-on: https://webrtc-review.googlesource.com/74641 Commit-Queue: Seth Hampson <[email protected]> Reviewed-by: Taylor Brandstetter <[email protected]> Cr-Commit-Position: refs/heads/master@{#23179}
- Loading branch information
Seth Hampson
authored and
Commit Bot
committed
May 8, 2018
1 parent
4e268ed
commit 7c682e0
Showing
2 changed files
with
35 additions
and
2 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