summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsession.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-06-01 21:35:40 -0400
committerWim Taymans <wim.taymans@collabora.co.uk>2010-09-13 15:51:20 +0200
commit1f17b334ff2c31061dbeff0a5b42b77872cdb97e (patch)
treef8442797fb1d85ab6b2c3a3ed3b0827fd980a503 /gst/rtpmanager/rtpsession.h
parent8381d9788d4a275926b2ded379f25928b1ae4cde (diff)
rtpsession: Calculate RTCP bandwidth as a fraction of the RTP bandwidth
Calculate the RTCP bandwidth to be a fraction of the RTP bandwidth if it is specified as a value between 0 and 1.
Diffstat (limited to 'gst/rtpmanager/rtpsession.h')
-rw-r--r--gst/rtpmanager/rtpsession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpsession.h b/gst/rtpmanager/rtpsession.h
index 8a1fb3e18..3fc987467 100644
--- a/gst/rtpmanager/rtpsession.h
+++ b/gst/rtpmanager/rtpsession.h
@@ -166,7 +166,7 @@ struct _RTPSession {
/* bandwidths */
gboolean recalc_bandwidth;
guint bandwidth;
- guint rtcp_bandwidth;
+ gdouble rtcp_bandwidth;
guint rtcp_rr_bandwidth;
guint rtcp_rs_bandwidth;