d3d11: Add video processor object
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 10 Jan 2020 14:54:43 +0000 (23:54 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 5 Feb 2020 00:52:48 +0000 (00:52 +0000)
commit122a9b93ebfac73cede8815efb2c0acffd60b93c
tree20405a7abed4069f5ffd10389e000167ae811509
parenta967db3b2068180989f501be474b470cc4493cc5
d3d11: Add video processor object

ID3D11VideoProcessor interface provides various image conversion
methods. Note that it's analogous to VAAPI VPP.
sys/d3d11/gstd3d11_fwd.h
sys/d3d11/gstd3d11videoprocessor.c [new file with mode: 0644]
sys/d3d11/gstd3d11videoprocessor.h [new file with mode: 0644]
sys/d3d11/meson.build
sys/d3d11/plugin.c