mp4vpay: we can also handle x-divx

This commit is contained in:
Wim Taymans 2012-03-14 11:21:32 +01:00
parent 1e16b61c8c
commit 734f11e4d3

View file

@ -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 =