Fix playout delay logging typo.
Bug: webrtc:15420 Change-Id: I095a954acb478d811797b7149bd29dcb25587973 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/316460 Commit-Queue: Jianlin Qiu <jianlin.qiu@intel.com> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40561}
This commit is contained in:
parent
4f89506e53
commit
69e2637787
@ -999,7 +999,7 @@ void VideoReceiveStream2::UpdatePlayoutDelays() const {
|
||||
RTC_LOG(LS_WARNING)
|
||||
<< "Multiple playout delays set. Actual delay value set to "
|
||||
<< *minimum_delay << " frame min delay="
|
||||
<< OptionalDelayToLogString(frame_maximum_playout_delay_)
|
||||
<< OptionalDelayToLogString(frame_minimum_playout_delay_)
|
||||
<< " base min delay="
|
||||
<< OptionalDelayToLogString(base_minimum_playout_delay_)
|
||||
<< " sync min delay="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user