Skip to content

compositor: Fix checkerboard filling for BGRx/RGBx and UYVY/YUY2/YVYU

commit 60c7177d885d7e3dd9c3b723cd6900e24d648017 (HEAD -> compositor-checkers, gitlab-slomo/compositor-checkers)
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Mon Mar 9 20:16:47 2020 +0200

    compositor: Create a square checkerboard for UYVY/YUY2/YVYU too
    
    Previously the "squares" were twice as wide.
    
    Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/732

commit 9da8ede59cd08a7226fd0644d0574a7abef2095e
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Mon Mar 9 20:12:12 2020 +0200

    compositor: Define a separate checker fill function for BGRx/RGBx than for xBGR/xRGB
    
    Otherwise we'll create a cyan or yellow checkerboard.
    
    Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/736
Edited by Sebastian Dröge

Merge request reports