[Bug 797091] cairooverlay: passes un-premultiplied ARGB to Cairo

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 6 21:27:48 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797091

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
It's a simple bug in cairooverlay, unrelated to any other code :)

Our ARGB is un-pre-multipled, Cairo's is pre-multiplied. As such we need to
convert before passing to Cairo, and another time in reverse after getting the
data from Cairo.

In textoverlay (where we also use Cairo) it's handled correctly.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list