mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
x264enc: Set default stream-format to avc as it's a better format
This commit is contained in:
parent
c3cc8d416c
commit
2656e42bb7
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
|||
GST_STATIC_CAPS ("video/x-h264, "
|
||||
"framerate = (fraction) [0/1, MAX], "
|
||||
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ], "
|
||||
"stream-format = (string) { byte-stream, avc }, "
|
||||
"stream-format = (string) { avc, byte-stream }, "
|
||||
"alignment = (string) { au }, "
|
||||
"profile = (string) { high-10, high, main, baseline, "
|
||||
"constrained-baseline, high-10-intra }")
|
||||
|
|
Loading…
Reference in a new issue