d3d11device: Remove optional helper methods
authorSeungha Yang <seungha@centricular.com>
Fri, 18 Dec 2020 15:40:53 +0000 (00:40 +0900)
committerSeungha Yang <seungha@centricular.com>
Sun, 20 Dec 2020 16:02:37 +0000 (01:02 +0900)
commitac04681b6f234cb4966c13cafbba8d8e9e5bd457
treec1636f5380ef1e11c0fb1755f7db7647f62735db
parent28174b14d36a84cd027f829aee42b25c6c57188c
d3d11device: Remove optional helper methods

Most of Direct3D11 APIs can be called without GstD3D11Device
abstraction. This is a part of prework for public GstD3D11 library
to introduce minimal APIs

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1892>
sys/d3d11/gstd3d11decoder.c
sys/d3d11/gstd3d11device.c
sys/d3d11/gstd3d11device.h
sys/d3d11/gstd3d11memory.c
sys/d3d11/gstd3d11overlaycompositor.c
sys/d3d11/gstd3d11window_corewindow.cpp
sys/d3d11/gstd3d11window_swapchainpanel.cpp
sys/d3d11/gstd3d11window_win32.cpp