videoparsers: Fix sink pad template
authorEdward Hervey <bilboed@bilboed.com>
Sun, 12 Jun 2011 10:40:15 +0000 (12:40 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sun, 12 Jun 2011 10:40:15 +0000 (12:40 +0200)
no wonder it was never picked up ...

gst/videoparsers/gstmpegvideoparse.c

index 24ce3de..458f699 100644 (file)
@@ -44,7 +44,7 @@ static GstStaticPadTemplate sink_template =
 GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK,
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("video/mpeg, "
-        "mpegversion = (int) 4, "
+        "mpegversion = (int) [1, 2], "
         "parsed = (boolean) false, " "systemstream = (boolean) false")
     );