mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
vaapiencode: h265: add main-10 in caps template
This patch adds h265's main-10 profile in encoder src caps template. https://bugzilla.gnome.org/show_bug.cgi?id=771291
This commit is contained in:
parent
3532dca16a
commit
b2815a376b
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static const char gst_vaapiencode_h265_sink_caps_str[] =
|
||||||
/* *INDENT-OFF* */
|
/* *INDENT-OFF* */
|
||||||
static const char gst_vaapiencode_h265_src_caps_str[] =
|
static const char gst_vaapiencode_h265_src_caps_str[] =
|
||||||
GST_CODEC_CAPS ", "
|
GST_CODEC_CAPS ", "
|
||||||
"profile = (string) { main }";
|
"profile = (string) { main, main-10 }";
|
||||||
/* *INDENT-ON* */
|
/* *INDENT-ON* */
|
||||||
|
|
||||||
/* *INDENT-OFF* */
|
/* *INDENT-OFF* */
|
||||||
|
|
Loading…
Reference in a new issue