vdpauh264dec: add interlaced = false to sink caps
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Wed, 23 Jun 2010 20:21:18 +0000 (22:21 +0200)
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Wed, 23 Jun 2010 20:22:20 +0000 (22:22 +0200)
we don't support interlaced content yet

sys/vdpau/h264/gstvdph264dec.c

index 4ae79bf..afb09d5 100644 (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) \