d3d11videoprocessor: Fix wrong input/output supportability check
authorSeungha Yang <seungha@centricular.com>
Tue, 27 Oct 2020 15:47:49 +0000 (00:47 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 28 Oct 2020 15:53:54 +0000 (15:53 +0000)
commitb62867ecc8e175b151849c8d0bd747cc3ce5d9bd
tree5bf42bc13e2b4ab74ac86b9ce397b61a2dffdaf3
parent8f96361c81ec6fd17347605ae746019cc4e6d308
d3d11videoprocessor: Fix wrong input/output supportability check

The flag argument of ID3D11VideoProcessorEnumerator::CheckVideoProcessorFormat
method is output value, not input.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1726>
sys/d3d11/gstd3d11videoprocessor.c