From e845e3575c71147c03dde1c21f9d0530ab7082be Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Thu, 2 May 2024 10:51:19 +0200 Subject: [PATCH] rtpgccbwe: Add mising 'ps' suffix to 'kbps' of 'effective bitrate' Part-of: --- net/rtp/src/gcc/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/rtp/src/gcc/imp.rs b/net/rtp/src/gcc/imp.rs index 66bb9446..8fea99c8 100644 --- a/net/rtp/src/gcc/imp.rs +++ b/net/rtp/src/gcc/imp.rs @@ -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,