[Bug 776927] gl: gldownload: convert GstGLMemory to GstDmaBuf

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 17 16:25:15 UTC 2017


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

--- Comment #29 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
gldownload is a subclass of GstGlBaseFilter, which implements a
decide_allocation method. It's not possible to just "pass-through" the
allocation method unless your element is also pass-through. or in-place. As the
caps feature different for your addition, this is not passthrough, and it's not
in-place since you create a new buffer.

gldownload probably have some existing issues, we just need to make sure to not
make it worst. While at it, are you sure you don't need to maintain the inbuf
alive in your code path ?

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