Skip to content

d3d11memory: Clear YUV texture with black color

Seungha Yang requested to merge seungha.yang/gstreamer:qsv-workaround into main

We prefer black color as an initial texture color and Direct3D11 runtime will initialize texture with zeros (except for alpha) which is fine for RGB formats. But UV components of YUV texture requires manual clear for black color.

Merge request reports