From 2c8b7255910509e3ca26754c1b8d417123d63a46 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 17 Sep 2010 11:07:52 +0200 Subject: [PATCH] rtpstats: printf format fixes --- gst/rtpmanager/rtpstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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