[Bug 758877] glupload: Should not offer its allocator unless memory:GLMemory is negotiated

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 1 15:22:21 PST 2015


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

--- Comment #6 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Created attachment 316630
  --> https://bugzilla.gnome.org/attachment.cgi?id=316630&action=edit
glupload: Only offer custom allocator with caps features

To use GLMemory and EGLImage allocators, one need to know the
libgstgl API. This is only expected if the associated caps features
have been negotiated. Generic element that otherwise receive those
allocators may fail, resulting in broken pieline. We don't want to
force all generic element to check if the allocator is a custom
allocator or a normal allocator (which implement the _alloc method).

-- 
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