Skip to content

qsv: Add VP9 decoder

Seungha Yang requested to merge seungha.yang/gstreamer:qsv-vp9 into main

Recent Intel GPU supports 12bits VP9 decoding but only VP9 profile2 with 10bits is defined by DXVA spec. Thus, we need this vendor specific decoder element

Merge request reports