Skip to content

d3d11compositor, d3d12compositor: Fix transparent background mode with YUV output

Seungha Yang requested to merge seungha.yang/gstreamer:d3d-comp-bg-fix into main

In case of YUV format without alpha channel, zero clear value for each channle will result in green color. Use calculated black background color with alpha=0 for transparent background mode instead.

Merge request reports