mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
x264enc: simplify template caps
No need to make an array for one single element.
This commit is contained in:
parent
201e3f74be
commit
5f83e4101f
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
|||
"framerate = (fraction) [0/1, MAX], "
|
||||
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ], "
|
||||
"stream-format = (string) { avc, byte-stream }, "
|
||||
"alignment = (string) { au }, "
|
||||
"alignment = (string) au, "
|
||||
"profile = (string) { high-10, high, main, baseline, "
|
||||
"constrained-baseline, high-10-intra }")
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue