mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
msdkh265enc: add the missing profile string
This commit is contained in:
parent
2c394df69d
commit
4525f8707f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,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) byte-stream , alignment = (string) au , "
|
||||
"profile = (string) { main, main-10, main-444 } ")
|
||||
"profile = (string) { main, main-10, main-444, main-444-10 } ")
|
||||
);
|
||||
|
||||
#define gst_msdkh265enc_parent_class parent_class
|
||||
|
|
Loading…
Reference in a new issue