msdkh265enc: add the missing profile string

This commit is contained in:
Haihao Xiang 2019-10-08 09:40:06 +08:00
parent 2c394df69d
commit 4525f8707f

View file

@ -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