d3d11: Add vp9 decoder element
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 20 Dec 2019 14:05:52 +0000 (23:05 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 31 Dec 2019 02:13:48 +0000 (02:13 +0000)
commit0e7b6526b81a18a6556ad5d16846b7a380508915
tree6d5349291ed50eec81676a303fa0d5467f525279
parent586390b1baaf01c5d9e36b4f4db04336076dfa66
d3d11: Add vp9 decoder element

Based on gstreamer-vaapi and Chromium implemetation.
sys/d3d11/gstd3d11_fwd.h
sys/d3d11/gstd3d11decoder.c
sys/d3d11/gstd3d11decoder.h
sys/d3d11/gstd3d11vp9dec.c [new file with mode: 0644]
sys/d3d11/gstd3d11vp9dec.h [new file with mode: 0644]
sys/d3d11/gstvp9decoder.c [new file with mode: 0644]
sys/d3d11/gstvp9decoder.h [new file with mode: 0644]
sys/d3d11/gstvp9picture.c [new file with mode: 0644]
sys/d3d11/gstvp9picture.h [new file with mode: 0644]
sys/d3d11/meson.build
sys/d3d11/plugin.c