vdpauh264dec: add interlaced = false to sink caps

we don't support interlaced content yet
This commit is contained in:
Carl-Anton Ingmarsson 2010-06-23 22:21:18 +02:00
parent af4c066bc3
commit faa0e1c2eb

View file

@ -39,7 +39,7 @@ static GstStaticPadTemplate sink_template =
GST_STATIC_PAD_TEMPLATE (GST_BASE_VIDEO_DECODER_SINK_NAME,
GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/x-h264, " "parsed = (boolean) false")
GST_STATIC_CAPS ("video/x-h264, " "interlaced = (boolean) false")
);
#define DEBUG_INIT(bla) \