mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
vdpauh264dec: add interlaced = false to sink caps
we don't support interlaced content yet
This commit is contained in:
parent
af4c066bc3
commit
faa0e1c2eb
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue