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:
Víctor Manuel Jáquez Leal 2017-04-03 14:52:41 +02:00
parent 3532dca16a
commit b2815a376b

View file

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