vaapidecodebin: add vp9 in sink pad template

This commit is contained in:
Víctor Manuel Jáquez Leal 2016-06-17 16:53:26 +02:00
parent aee9166c7f
commit c3c7f08e5d

View file

@ -98,6 +98,9 @@ static const char gst_vaapi_decode_bin_sink_caps_str[] =
GST_CAPS_CODEC("video/x-wmv")
#if USE_VP8_DECODER
GST_CAPS_CODEC("video/x-vp8")
#endif
#if USE_VP9_DECODER
GST_CAPS_CODEC("video/x-vp9")
#endif
;
/* *INDENT-ON* */