h263parse: Add all always present fields to the src template caps
This commit is contained in:
parent
89aa5dae9d
commit
e86e66e86c
@ -39,7 +39,7 @@ static GstStaticPadTemplate srctemplate =
|
|||||||
GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC,
|
GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("video/x-h263, variant = (string) itu, "
|
GST_STATIC_CAPS ("video/x-h263, variant = (string) itu, "
|
||||||
"parsed = (boolean) true")
|
"parsed = (boolean) true, framerate=(fraction)[0/1,MAX]")
|
||||||
);
|
);
|
||||||
|
|
||||||
static GstStaticPadTemplate sinktemplate =
|
static GstStaticPadTemplate sinktemplate =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user