summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-08-03 19:02:00 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-08-03 21:26:30 +0200
commit1743763c0be558e8e5e1aaa2e60b868d0aef2ed4 (patch)
tree4572fc2bbd0f9e2720ae67f160ac6d6aba37f3c5
parenta931c6759771a3942239c19cadeee3726508595d (diff)
rtpsv3vdepay: Add more encoding-name variants
-rw-r--r--gst/rtp/gstrtpsv3vdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpsv3vdepay.c b/gst/rtp/gstrtpsv3vdepay.c
index 550da4bed..eb5abf3e0 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,