summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-06-15 19:25:12 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-06-15 19:25:12 +0200
commitf4e01b13eed39087a7994f74be2e48bbb21e4eb3 (patch)
tree368c25c90986f42d2653712565946636370e9906
parent6696bd62efde7db437c65b639d49da66b0b9795e (diff)
rtpbin: The default rtp-profile should be AVP, not AVPF
-rw-r--r--gst/rtpmanager/gstrtpbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c
index 6face8695..73f8dc5e2 100644
--- a/gst/rtpmanager/gstrtpbin.c
+++ b/gst/rtpmanager/gstrtpbin.c
@@ -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