From 1743763c0be558e8e5e1aaa2e60b868d0aef2ed4 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 3 Aug 2009 19:02:00 +0200 Subject: rtpsv3vdepay: Add more encoding-name variants --- gst/rtp/gstrtpsv3vdepay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpsv3vdepay.c b/gst/rtp/gstrtpsv3vdepay.c index 550da4be..eb5abf3e 100644 --- a/gst/rtp/gstrtpsv3vdepay.c +++ b/gst/rtp/gstrtpsv3vdepay.c @@ -48,7 +48,7 @@ GST_STATIC_PAD_TEMPLATE ("sink", "media = (string) \"video\", " "payload = (int) " GST_RTP_PAYLOAD_DYNAMIC_STRING ", " "clock-rate = (int) 90000, " - "encoding-name = (string) { \"X-SV3V-ES\", \"X-SORENSON-VIDEO\" }") + "encoding-name = (string) { \"X-SV3V-ES\", \"X-SORENSON-VIDEO\" , \"X-SORENSONVIDEO\" , \"X-SorensonVideo\" }") ); GST_BOILERPLATE (GstRtpSV3VDepay, gst_rtp_sv3v_depay, GstBaseRTPDepayload, -- cgit