diff --git a/gst/rtpmanager/rtpstats.c b/gst/rtpmanager/rtpstats.c index a7066b5a4f..245c6c007b 100644 --- a/gst/rtpmanager/rtpstats.c +++ b/gst/rtpmanager/rtpstats.c @@ -49,7 +49,7 @@ void rtp_stats_set_bandwidths (RTPSessionStats * stats, guint rtp_bw, gdouble rtcp_bw, guint rs, guint rr) { - GST_DEBUG ("recalc bandwidths: RTP %u, RTCP %u, RS %u, RR %u", rtp_bw, + GST_DEBUG ("recalc bandwidths: RTP %u, RTCP %f, RS %u, RR %u", rtp_bw, rtcp_bw, rs, rr); /* when given, sender and receive bandwidth add up to the total