mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
rtpbin: The default rtp-profile should be AVP, not AVPF
This commit is contained in:
parent
6696bd62ef
commit
f4e01b13ee
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ enum
|
|||
#define DEFAULT_RTCP_SYNC_INTERVAL 0
|
||||
#define DEFAULT_DO_SYNC_EVENT FALSE
|
||||
#define DEFAULT_DO_RETRANSMISSION FALSE
|
||||
#define DEFAULT_RTP_PROFILE GST_RTP_PROFILE_AVPF
|
||||
#define DEFAULT_RTP_PROFILE GST_RTP_PROFILE_AVP
|
||||
#define DEFAULT_NTP_TIME_SOURCE GST_RTP_NTP_TIME_SOURCE_NTP
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue