mp4vpay: we can also accept xvid caps

This commit is contained in:
Wim Taymans 2010-12-12 14:53:17 +01:00 committed by Wim Taymans
parent 9941d3f0a2
commit acc37e52a7

View File

@ -35,7 +35,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK, GST_PAD_SINK,
GST_PAD_ALWAYS, GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/mpeg," 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 = static GstStaticPadTemplate gst_rtp_mp4v_pay_src_template =