rtpstats: printf format fixes
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 17 Sep 2010 09:07:52 +0000 (11:07 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 17 Sep 2010 09:07:52 +0000 (11:07 +0200)
gst/rtpmanager/rtpstats.c

index a7066b5..245c6c0 100644 (file)
@@ -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