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:
Martin Nordholts 2024-05-02 10:51:19 +02:00 committed by GStreamer Marge Bot
parent f265c3197b
commit e845e3575c

View file

@ -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,