rtpsession: Use bandwidth calculation by default instead of some arbitrary hardcoded value
https://bugzilla.gnome.org/show_bug.cgi?id=747863
This commit is contained in:
parent
928cd110bc
commit
7596ed91b8
@ -191,8 +191,8 @@ enum
|
||||
LAST_SIGNAL
|
||||
};
|
||||
|
||||
#define DEFAULT_BANDWIDTH RTP_STATS_BANDWIDTH
|
||||
#define DEFAULT_RTCP_FRACTION (RTP_STATS_BANDWIDTH * RTP_STATS_RTCP_FRACTION)
|
||||
#define DEFAULT_BANDWIDTH 0
|
||||
#define DEFAULT_RTCP_FRACTION RTP_STATS_RTCP_FRACTION
|
||||
#define DEFAULT_RTCP_RR_BANDWIDTH -1
|
||||
#define DEFAULT_RTCP_RS_BANDWIDTH -1
|
||||
#define DEFAULT_SDES NULL
|
||||
|
@ -55,8 +55,8 @@ enum
|
||||
};
|
||||
|
||||
#define DEFAULT_INTERNAL_SOURCE NULL
|
||||
#define DEFAULT_BANDWIDTH RTP_STATS_BANDWIDTH
|
||||
#define DEFAULT_RTCP_FRACTION (RTP_STATS_RTCP_FRACTION * RTP_STATS_BANDWIDTH)
|
||||
#define DEFAULT_BANDWIDTH 0.0
|
||||
#define DEFAULT_RTCP_FRACTION RTP_STATS_RTCP_FRACTION
|
||||
#define DEFAULT_RTCP_RR_BANDWIDTH -1
|
||||
#define DEFAULT_RTCP_RS_BANDWIDTH -1
|
||||
#define DEFAULT_RTCP_MTU 1400
|
||||
|
Loading…
x
Reference in New Issue
Block a user