[Bug 743345] glimagesink: Add support for dmabuf

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 25 10:33:59 PST 2015


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

--- Comment #25 from Daniel Stone <daniel at fooishbar.org> ---
Makes sense to me. Weston caches internally - if you reuse the same wl_buffer,
we won't repeatedly create and destroy EGLImages. If you're creating new
wl_buffers every time, then we can't make any use of caching: as the fds are
passed over a UNIX socket, they will be different fds to the ones we received
before, and our cache check fails.

So, in a GSt context, depends on whether or not waylandsink is caching.

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