Skip to content

textrender: Fix AYUV output.

Fix the check for whether the element is operating in ARGB mode. It was incorrectly checking if the output format has an alpha channel, which is true for both ARGB and AYUV, leading to the element incorrectly outputting ARGB values into AYUV caps.

Edited by Jan Schmidt

Merge request reports