mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
mp4vpay: we can also handle x-divx
This commit is contained in:
parent
1e16b61c8c
commit
734f11e4d3
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ static GstStaticPadTemplate gst_rtp_mp4v_pay_sink_template =
|
|||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/mpeg,"
|
||||
"mpegversion=(int) 4," "systemstream=(boolean)false;" "video/x-xvid")
|
||||
"mpegversion=(int) 4," "systemstream=(boolean)false;"
|
||||
"video/x-xvid; video/x-divx")
|
||||
);
|
||||
|
||||
static GstStaticPadTemplate gst_rtp_mp4v_pay_src_template =
|
||||
|
|
Loading…
Reference in a new issue