[Bug 743345] glupload: Add support for dmabuf

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 23 08:27:20 PST 2015


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

--- Comment #37 from Lubosz Sarnecki <lubosz at gmail.com> ---
The following patchset adds support for dmabufs with various single and
multi-planar formats,
creating one EGL image per plane and passing it as GstGLMemory to the sink.
It uses GL_TEXTURE_2D as target and glcolorconvert, so it can be also used with
Desktop GL contexts.
It works fine with most v4l2src / vivid format combinations and
native (not emulated) formats with my webcam hardware on Mesa with Intel.

Example pipeline:
GST_GL_PLATFORM=egl gst-launch-1.0 v4l2src device=/dev/video0 io-mode=4 !
video/x-raw,format=YUY2 ! glimagesink

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