d3d11: Add support for BGRx and RGBx formats
authorSeungha Yang <seungha@centricular.com>
Mon, 19 Apr 2021 17:00:18 +0000 (02:00 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 21 Apr 2021 05:45:59 +0000 (05:45 +0000)
commit817544860d96d8ef3a1ec50be45ead9b72f87713
tree215b8e4a3fee9f98498e50f6ef2b4228cef6af00
parent33078bf54a15cf29000ee2bc160d3f12a66d4857
d3d11: Add support for BGRx and RGBx formats

For such formats, we can re-use existing BGRA/RGBA implementations
but ignoring alpha channel

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2174>
gst-libs/gst/d3d11/gstd3d11device.c
gst-libs/gst/d3d11/gstd3d11format.h
tests/check/elements/d3d11colorconvert.c