Skip to content

d3d11colorconvert: Add support for video rescale

Seungha Yang requested to merge seungha.yang/gst-plugins-bad:d3d11-scale into master

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.

Inspired by the MR gst-plugins-base!639 (closed)

Closes: #1293 (closed)

Merge request reports