mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
rtpstats: printf format fixes
This commit is contained in:
parent
9cc24e1b94
commit
2c8b725591
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue