videoparsers: Fix sink pad template

no wonder it was never picked up ...
This commit is contained in:
Edward Hervey 2011-06-12 12:40:15 +02:00
parent b3ef72f2eb
commit 7032cd12e7

View 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")
);