mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
vaapidecodebin: add vp9 in sink pad template
This commit is contained in:
parent
aee9166c7f
commit
c3c7f08e5d
1 changed files with 3 additions and 0 deletions
|
@ -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* */
|
||||
|
|
Loading…
Reference in a new issue