d3d11convert: Add new subclasses for only color convert or resize
authorSeungha Yang <seungha@centricular.com>
Sun, 2 Aug 2020 18:19:34 +0000 (03:19 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 16 Oct 2020 17:02:15 +0000 (17:02 +0000)
commiteecb130bd99a3bb17ccd597523e709c14b253dcf
tree6a4b36dfb0d401f7ee96e8a02fe0df010ff3cd14
parent4c199629977aabfdce2107a6b67b4ab0963bbaee
d3d11convert: Add new subclasses for only color convert or resize

New d3d11colorconvert and d3d11scale elements will perform only
colorspace conversion and rescale, respectively. Those new elements
would be useful when only colorspace conversion or rescale is required
and the other part should be done by another elements.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1323>
sys/d3d11/gstd3d11colorconvert.c
sys/d3d11/gstd3d11colorconvert.h
sys/d3d11/plugin.c