d3d11window: Use ID3D11VideoProcessor only if device supports corresponding conversion
authorSeungha Yang <seungha@centricular.com>
Fri, 30 Oct 2020 18:28:55 +0000 (03:28 +0900)
committerSeungha Yang <seungha@centricular.com>
Mon, 2 Nov 2020 09:48:54 +0000 (18:48 +0900)
commita3a7e21f8716c054ba175fd464411212302b5c03
tree262904df6270b6bf9a8b0d24e377da0bc87d0dd5
parent337cb883fa180fa6d287bd8ca8457a10b8a00375
d3d11window: Use ID3D11VideoProcessor only if device supports corresponding conversion

... and drop support for ID3D11VideoProcessor if device doesn't
support ID3D11VideoContext1 interface and therefore we cannot
query conversion supportability.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1743>
sys/d3d11/gstd3d11window.cpp