summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-09-17 11:07:52 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2010-09-17 11:07:52 +0200
commit2c8b7255910509e3ca26754c1b8d417123d63a46 (patch)
treef1f3d8a9172bc9e62b7a6b8819b5402cdca964a9
parent9cc24e1b94e102d1cf3ee2cba6067abe0e8bad97 (diff)
rtpstats: printf format fixes
-rw-r--r--gst/rtpmanager/rtpstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpstats.c b/gst/rtpmanager/rtpstats.c
index a7066b5a4..245c6c007 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