vaapiencode: h265: add main-10 in caps template
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 3 Apr 2017 12:52:41 +0000 (14:52 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Fri, 7 Apr 2017 10:04:57 +0000 (12:04 +0200)
This patch adds h265's main-10 profile in encoder src caps template.

https://bugzilla.gnome.org/show_bug.cgi?id=771291

gst/vaapi/gstvaapiencode_h265.c

index c8490fb..8c8d2e2 100644 (file)
@@ -64,7 +64,7 @@ static const char gst_vaapiencode_h265_sink_caps_str[] =
 /* *INDENT-OFF* */
 static const char gst_vaapiencode_h265_src_caps_str[] =
   GST_CODEC_CAPS ", "
-  "profile = (string) { main }";
+  "profile = (string) { main, main-10 }";
 /* *INDENT-ON* */
 
 /* *INDENT-OFF* */