Skip to content

d3d11: Add support for deinterlacing by using ID3D11VideoProcessor interface

Add a new element d3d11deinterlace to support deinterlacing. Similar to d3d11videosink and d3d11compositor, this element is a wrapper bin of set of child elements including helpful conversion elements (upload/download and color convert) to make this element configurable between non-d3d11 elements.

Merge request reports