summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp2tdepay.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-08-31 18:45:15 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-08-31 18:45:15 +0200
commit24df106272eeeb6eec8ceb77afb44457baa829d9 (patch)
tree8ee06005a60c9a6275358cebffa68f95e4681d1e /gst/rtp/gstrtpmp2tdepay.c
parent95213267033995186e49bc9b7366fd3e9cab0526 (diff)
mp2t: fix encoding name according to RFC3551
Diffstat (limited to 'gst/rtp/gstrtpmp2tdepay.c')
-rw-r--r--gst/rtp/gstrtpmp2tdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpmp2tdepay.c b/gst/rtp/gstrtpmp2tdepay.c
index e3a85bef3..84a0a5cc9 100644
--- a/gst/rtp/gstrtpmp2tdepay.c
+++ b/gst/rtp/gstrtpmp2tdepay.c
@@ -56,7 +56,7 @@ static GstStaticPadTemplate gst_rtp_mp2t_depay_sink_template =
GST_STATIC_CAPS ("application/x-rtp, "
"media = (string) \"video\", "
"payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", "
- "clock-rate = (int) [1, MAX ], " "encoding-name = (string) \"MP2T-ES\";"
+ "clock-rate = (int) [1, MAX ], " "encoding-name = (string) \"MP2T\";"
/* All optional parameters
*
* "profile-level-id=[1,MAX]"