mpeg4videoparse: Fix nitpick

This commit is contained in:
Thibault Saunier 2012-11-15 11:37:12 -03:00
parent daed78039e
commit d53a447731

View file

@ -45,7 +45,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC,
"mpegversion = (int) 4, "
"width = (int)[ 0, max ], "
"height = (int)[ 0, max ], "
"framerate = (fraction)[ 0, max ]"
"framerate = (fraction)[ 0, max ] ,"
"parsed = (boolean) true, " "systemstream = (boolean) false")
);