GNOME Bugzilla – Bug 740625
video: overlay composition blending in software should cache scaled/converted overlay rectangles
Last modified: 2018-11-03 11:33:14 UTC
gdkpixbufoverlay should convert its source image to the required pixel format only once and cache the buffer for subsequent use.
Really an issue in the video overlay composition blending code, not gdkpixbufoverlay (affects other elements too), so moving to -base.
Created attachment 305837 [details] [review] WIP: video: overlay-composition: cache converted rectangles when blending Work-in-progress patch. Doesn't work properly yet, probably because it doesn't take the fact that the RGBA from textoverlay is pre-multiplied into account when converting to AYUV. Seems to work fine with gdkpixbufoverlay though.
+1 on caching, seems the way forward, "just" need to make it work now ;-P
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/147.