[Bug 739681] GstGL: let applications use the glimagesink's output texture

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 5 14:40:49 PST 2014


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

Matthew Waters <ystreet00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #1 from Matthew Waters <ystreet00 at gmail.com> 2014-11-05 22:40:47 UTC ---
Isn't that what the client-reshape a client-draw signals are for?  otherwise,
using the last-sample property would also work.

sample = gst_base_sink_get_last_sample (sink)
buffer = gst_sample_get_buffer (sample)
gst_video_frame_map (frame, buffer, info, _READ | _GL)
tex = *(guint *)frame.data[0]
gst_video_frame_unmap (frame)
gst_sample_unref (sample)

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