mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +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,
|
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)
|
||||||
|
|
Loading…
Reference in a new issue