mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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
2 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue