summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-06-23 22:21:18 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-06-23 22:22:20 +0200
commitfaa0e1c2eb00c6848538a2f27ffe22079f8e9672 (patch)
tree8083b6c9db8e7bfdbf830e7f8bbf7b3a2d464974
parentaf4c066bc3d00ebeab9f13a72096d7b2d3b3e2e4 (diff)
vdpauh264dec: add interlaced = false to sink caps
we don't support interlaced content yet
-rw-r--r--sys/vdpau/h264/gstvdph264dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/h264/gstvdph264dec.c b/sys/vdpau/h264/gstvdph264dec.c
index 4ae79bff8..afb09d5a3 100644
--- a/sys/vdpau/h264/gstvdph264dec.c
+++ b/sys/vdpau/h264/gstvdph264dec.c
@@ -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) \