summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/rtpstats.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-26 17:02:45 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-31 08:09:09 +0200
commit000a483d31bf307370ef3dd990c991ed34dd0ef9 (patch)
treec2f11ef51014044b78d343e11df1d1aff7581dd6 /gst/rtpmanager/rtpstats.c
parenta1cddb3fd6dac8f261590231a22d6d92f1bb8a66 (diff)
rtp: Use new gst_iterator_new_single() for the internal linked pads iteration
Diffstat (limited to 'gst/rtpmanager/rtpstats.c')
-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 640c3194..04849ff0 100644
--- a/gst/rtpmanager/rtpstats.c
+++ b/gst/rtpmanager/rtpstats.c
@@ -148,7 +148,7 @@ rtp_stats_calculate_bye_interval (RTPSessionStats * stats)
/* no interval when we have less than 50 members */
if (stats->active_sources < 50)
return 0;
-
+
rtcp_min_time = (stats->min_interval) / 2.0;
/* Dedicate a fraction of the RTCP bandwidth to senders unless