h264parse: add parsed field to src caps
authorThijs Vermeir <thijsvermeir@gmail.com>
Sun, 20 Jun 2010 08:39:39 +0000 (10:39 +0200)
committerThijs Vermeir <thijsvermeir@gmail.com>
Sun, 20 Jun 2010 08:59:56 +0000 (10:59 +0200)
gst/h264parse/gsth264parse.c

index 1f8b924..49b3f3a 100644 (file)
@@ -43,7 +43,7 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_SRC,
     GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("video/x-h264"));
+    GST_STATIC_CAPS ("video/x-h264, parsed = (boolean) true"));
 
 GST_DEBUG_CATEGORY_STATIC (h264_parse_debug);
 #define GST_CAT_DEFAULT h264_parse_debug