h263parse: Add all always present fields to the src template caps

This commit is contained in:
Sebastian Dröge 2011-09-07 11:27:56 +02:00
parent 89aa5dae9d
commit e86e66e86c

View file

@ -39,7 +39,7 @@ static GstStaticPadTemplate srctemplate =
GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/x-h263, variant = (string) itu, "
"parsed = (boolean) true")
"parsed = (boolean) true, framerate=(fraction)[0/1,MAX]")
);
static GstStaticPadTemplate sinktemplate =