[gstreamer-bugs] [Bug 559131] Have client-draw-callback accept a gpointer of user data

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Aug 6 01:58:46 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559131

  GStreamer | gst-plugins-gl | Ver: git




------- Comment #8 from Filippo Argiolas  2009-08-06 08:58 UTC -------
Julien, I think there is some inconsistency in the way clientDrawCallback is
used amongst different elements.

glfilterapp has a client-draw-callback property that just adds a rendering step
using the framebuffer object.
glimagesink uses some custom code in gldisplay to replace the usual drawing
routine (the one that just maps a rectangular texture to the whole scene).
The first uses gst_gl_display_use_fbo, the second
gst_gl_display_set_client_draw_callback. I believe Tristan is referring to the
second one (but filterapp would probably benefit too from a data property.

Anyway I don't think this can be done without an extra "client-data" property.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=559131.




More information about the Gstreamer-bugs mailing list