mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 03:24:14 +00:00
x265enc: Drop incorrect stream-format="avc" in template caps
This commit is contained in:
parent
717f922701
commit
6835c27e9f
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
|
|||
GST_STATIC_CAPS ("video/x-h265, "
|
||||
"framerate = (fraction) [0/1, MAX], "
|
||||
"width = (int) [ 4, MAX ], " "height = (int) [ 4, MAX ], "
|
||||
"stream-format = (string) { avc, byte-stream }, "
|
||||
"stream-format = (string) byte-stream, "
|
||||
"alignment = (string) au, " "profile = (string) { main }")
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue