mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
mp4vpay: we can also accept xvid caps
This commit is contained in:
parent
9941d3f0a2
commit
acc37e52a7
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ GST_DEBUG_CATEGORY_STATIC (rtpmp4vpay_debug);
|
|||
#define GST_CAT_DEFAULT (rtpmp4vpay_debug)
|
||||
|
||||
static GstStaticPadTemplate gst_rtp_mp4v_pay_sink_template =
|
||||
GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/mpeg,"
|
||||
"mpegversion=(int) 4," "systemstream=(boolean)false")
|
||||
"mpegversion=(int) 4," "systemstream=(boolean)false;" "video/x-xvid")
|
||||
);
|
||||
|
||||
static GstStaticPadTemplate gst_rtp_mp4v_pay_src_template =
|
||||
|
|
Loading…
Reference in a new issue