diff --git a/gst/videoparsers/gstmpeg4videoparse.c b/gst/videoparsers/gstmpeg4videoparse.c index 47d2aa2cae..6f5c45da96 100644 --- a/gst/videoparsers/gstmpeg4videoparse.c +++ b/gst/videoparsers/gstmpeg4videoparse.c @@ -43,6 +43,9 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, GST_STATIC_CAPS ("video/mpeg, " "mpegversion = (int) 4, " + "width = (int)[ 0, max ], " + "height = (int)[ 0, max ], " + "framerate = (fraction)[ 0, max ]" "parsed = (boolean) true, " "systemstream = (boolean) false") );