rtpsession: Bandwidth is supposed to be in bits/s, not bytes/s
authorSebastian Dröge <sebastian@centricular.com>
Thu, 23 Apr 2015 16:49:37 +0000 (18:49 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 27 Apr 2015 14:45:14 +0000 (16:45 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=747863

gst/rtpmanager/rtpsession.c

index e3fe7be..3ee5ceb 100644 (file)
@@ -2801,9 +2801,8 @@ calculate_rtcp_interval (RTPSession * sess, gboolean deterministic,
 
       g_hash_table_foreach (sess->ssrcs[sess->mask_idx],
           (GHFunc) add_bitrates, &bandwidth);
-      bandwidth /= 8.0;
     }
-    if (bandwidth < 8000)
+    if (bandwidth < RTP_STATS_BANDWIDTH)
       bandwidth = RTP_STATS_BANDWIDTH;
 
     rtp_stats_set_bandwidths (&sess->stats, bandwidth,