rtpsv3vdepay: Add more encoding-name variants
authorEdward Hervey <bilboed@bilboed.com>
Mon, 3 Aug 2009 17:02:00 +0000 (19:02 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 3 Aug 2009 19:26:30 +0000 (21:26 +0200)
gst/rtp/gstrtpsv3vdepay.c

index 550da4b..eb5abf3 100644 (file)
@@ -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,