mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
rtpgccbwe: Add mising 'ps' suffix to 'kbps' of 'effective bitrate'
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1567>
This commit is contained in:
parent
f265c3197b
commit
e845e3575c
1 changed files with 1 additions and 1 deletions
|
@ -942,7 +942,7 @@ impl State {
|
|||
gst::info!(
|
||||
CAT,
|
||||
obj: bwe,
|
||||
"{controller_type:?}: {}ps => {}ps ({:?}) - effective bitrate: {}",
|
||||
"{controller_type:?}: {}ps => {}ps ({:?}) - effective bitrate: {}ps",
|
||||
human_kbits(prev_bitrate),
|
||||
human_kbits(target_bitrate),
|
||||
self.last_control_op,
|
||||
|
|
Loading…
Reference in a new issue