vaapidecodebin: add vp9 in sink pad template
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Fri, 17 Jun 2016 14:53:26 +0000 (16:53 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Fri, 17 Jun 2016 16:16:09 +0000 (18:16 +0200)
gst/vaapi/gstvaapidecodebin.c

index 93fa8b2..d5b308e 100644 (file)
@@ -99,6 +99,9 @@ static const char gst_vaapi_decode_bin_sink_caps_str[] =
 #if USE_VP8_DECODER
     GST_CAPS_CODEC("video/x-vp8")
 #endif
+#if USE_VP9_DECODER
+    GST_CAPS_CODEC("video/x-vp9")
+#endif
     ;
 /* *INDENT-ON* */