[Bug 677012] gst-plugins-gl: Port to GStreamer 1.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 6 06:40:03 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=677012
  GStreamer | gst-plugins-gl | git

--- Comment #24 from Matthew Waters <ystreet00 at gmail.com> 2013-06-06 13:39:58 UTC ---
(In reply to comment #23)
> GstGLDisplay would be something that should be implemented with GstContext I
> guess...

A stripped down version yes (currently it has some fbo stuff and some sink
specific stuff).

> So how exactly is data-flow between two GL elements happening? How is the
> upstream GL element passing it's stuff to downstream?

GstGLMemory + GstGLBufferpool.

GstGLMemory holds one rgba texture id.  It also allows non-GL elements to read
and write to a data pointer that is up/downloaded as needed.  Where the element
wants the image data and whether it needs up/downloading is based on the map
flags _READ, _WRITE and _GL.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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