mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
rtpstats: add some debug info
This commit is contained in:
parent
5690331c9e
commit
d84dc1112d
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ void
|
|||
rtp_stats_set_bandwidths (RTPSessionStats * stats, guint rtp_bw, guint rtcp_bw,
|
||||
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
|
||||
* rtcp bandwidth */
|
||||
if (rs != -1 && rr != -1)
|
||||
|
|
Loading…
Reference in a new issue