x265enc: Drop incorrect stream-format="avc" in template caps
This commit is contained in:
parent
717f922701
commit
6835c27e9f
@ -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…
x
Reference in New Issue
Block a user