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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 3 01:22:59 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=593786



--- Comment #6 from Julien Isorce <julien.isorce at gmail.com> 2009-09-03 08:22:54 UTC ---
(In reply to comment #5)

>Now I get much further when supressing warnings=errors
> > CFLAGS="-Wno-error" ./autoregen.sh
> Problem with the warnings are that there is gstgles2.h. I think it would be
> better to have a gles2.c and only have protos in gles2.h. gles2.c is added to
> the sources when ES2 targets are build.

I agree.

> 
> Feel free to pick chunks from the current patch, as this already helps.
> 
> Now the build stops at gstglbumper.c, should some of thse not be build against
> opengles2?
> 
> gstglbumper.c: In function 'gst_gl_bumper_callback':
> gstglbumper.c:380: warning: implicit declaration of function 'glMatrixMode'
> gstglbumper.c:380: error: 'GL_PROJECTION' undeclared (first use in this

Yes only those elements have to be build (for now):

glupload
gldownload
glimagesink
glfiltercube

see:
http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/tree/gst/gl/gstopengl.c

I have not yet made the stuffs for the other elements regarding OpenGL ES 2.0.
(OpenGL ES 2.0 only uses shaders, even for basic stuffs)

-- 
Configure bugmail: http://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