d3d11: Add support for video rescale and rename element to d3d11convert
authorSeungha Yang <seungha@centricular.com>
Sat, 16 May 2020 11:45:23 +0000 (20:45 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 19 May 2020 17:25:05 +0000 (17:25 +0000)
commita24d4e654dc0e50830050a8b64a3de10603398f4
treee299f19056e5217127b50ce428af604e3f7e6e54
parent0e842c74b62192c71cd9e91d4802fe23e6f92e28
d3d11: Add support for video rescale and rename element to d3d11convert

GstD3D11ColorConverter implementation is able to rescale video as well.
By doing colorspace conversion and rescale at once, we can save
one cycle of shader pipeline which will can save GPU resource.

Since this element can support color space conversion and rescale,
it's renamed as d3d11convert

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