mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
diracparse: Add all fields to the src template caps
This commit is contained in:
parent
2adf76eb52
commit
89aa5dae9d
1 changed files with 6 additions and 1 deletions
|
@ -85,7 +85,12 @@ static GstStaticPadTemplate gst_dirac_parse_src_template =
|
|||
GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/x-dirac, parsed=(boolean)TRUE")
|
||||
GST_STATIC_CAPS ("video/x-dirac, parsed=(boolean)TRUE, "
|
||||
"width=(int)[1,MAX], height=(int)[1,MAX], "
|
||||
"framerate=(fraction)[0/1,MAX], "
|
||||
"pixel-aspect-ratio=(fraction)[0/1,MAX], "
|
||||
"interlaced=(boolean){TRUE,FALSE}, "
|
||||
"profile=(int)[0,MAX], level=(int)[0,MAX]")
|
||||
);
|
||||
|
||||
/* class initialization */
|
||||
|
|
Loading…
Reference in a new issue