rtpstats: add some debug info

This commit is contained in:
Wim Taymans 2010-05-07 18:56:30 +02:00
parent 5690331c9e
commit d84dc1112d

View file

@ -49,6 +49,9 @@ void
rtp_stats_set_bandwidths (RTPSessionStats * stats, guint rtp_bw, guint rtcp_bw, rtp_stats_set_bandwidths (RTPSessionStats * stats, guint rtp_bw, guint rtcp_bw,
guint rs, guint rr) guint rs, guint rr)
{ {
GST_DEBUG ("recalc bandwidths: RTP %u, RTCP %u, RS %u, RR %u", rtp_bw,
rtcp_bw, rs, rr);
/* when given, sender and receive bandwidth add up to the total /* when given, sender and receive bandwidth add up to the total
* rtcp bandwidth */ * rtcp bandwidth */
if (rs != -1 && rr != -1) if (rs != -1 && rr != -1)