mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtpsv3vdepay: Add more encoding-name variants
This commit is contained in:
parent
a931c67597
commit
1743763c0b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue