[gstreamer-bugs] [Bug 593786] support OpenGL es in autofoo

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 16 06:13:11 PDT 2009


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

--- Comment #16 from Julien Isorce <julien.isorce at gmail.com> 2009-09-16 13:13:07 UTC ---
something is not normal in the debug output of GST_GL_WINDOW_DEBUG=1
You should have some outputs "...GstGLWindow-DEBUG.... egl initialized: ... "
etc..
(those debug should come from gstglwindow_x11es.c)


>>gst_gl_display_thread_init_upload_fbo() is called from several places in
>>gst_gl_display_thread_init_upload(). 
but only ONE is called for one execution
>>So i tried adding glBindTexture
>>(GL_TEXTURE_RECTANGLE_ARB, 0); to the begin of
>>gst_gl_display_thread_init_upload(), but its not helping.
So It has not the same behaviour  I suggest.

Ok I re read what I wrote and I did a mistake:

>>>>You can also try to put 
>>>>glBindTexture (GL_TEXTURE_RECTANGLE_ARB, 0);
>>>>just before to call "gst_gl_display_thread_init_upload_fbo"
it's not "gst_gl_display_thread_init_upload_fbo", it's
"gst_gl_display_check_framebuffer_status ();"  in
gst_gl_display_thread_init_upload_fbo

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