d3d11decoder: Directly access ID3D11VideoDecoderOutputView for decoding
authorSeungha Yang <seungha@centricular.com>
Tue, 20 Oct 2020 08:31:17 +0000 (17:31 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 20 Oct 2020 08:56:57 +0000 (17:56 +0900)
commitf615677051c4d29be753077535f3eb3b4f664927
treece9b76b8f89ed63f2de80d2895d0f1a3cf32803a
parenta4f324d6680472fc53a521b794128d555f452c1f
d3d11decoder: Directly access ID3D11VideoDecoderOutputView for decoding

Decoder output view is stored in GstD3D11Memory object instead of
wrapper struct now. So qdata is no more required.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1712>
sys/d3d11/gstd3d11decoder.c
sys/d3d11/gstd3d11decoder.h
sys/d3d11/gstd3d11h264dec.c
sys/d3d11/gstd3d11h265dec.c
sys/d3d11/gstd3d11vp8dec.c
sys/d3d11/gstd3d11vp9dec.c