gstreamer/gst-libs/gst/gl
Julien Isorce 74526865c6 [486/906] libvisual-gl: add minimal support to libvisual plugins that uses Framebuffer objects
Fix bug #310775

gst-launch audiotestsrc ! libvisual_gl_projectM ! glimagesink is working
but for now you cannot append any other opengl filters between
libvisual_gl_projectM and glimagesink because our FBO is turned OFF.

It would require that libvisual allows to split rendering between
pass1,2,3... and final rendering. In order to unbind our FBO before
the passN, and then rebind it just before the final libvisual rendering.
2017-12-09 19:31:23 +00:00
..
CMakeLists.txt [471/906] glshader: add dynamic fragment shader filter 2017-12-09 19:31:23 +00:00
GNUmakefile.gnustep [471/906] glshader: add dynamic fragment shader filter 2017-12-09 19:31:23 +00:00
gstglbuffer.c [310/906] Global reindent 2017-12-09 19:31:21 +00:00
gstglbuffer.h [463/906] Add some more G_{BEGIN,END}_DECLS to public headers 2017-12-09 19:31:23 +00:00
gstgldisplay.c [486/906] libvisual-gl: add minimal support to libvisual plugins that uses Framebuffer objects 2017-12-09 19:31:23 +00:00
gstgldisplay.h [481/906] feature checking: error out instead of doing nothing if an OpenGL feature is not present 2017-12-09 19:31:23 +00:00
gstgles2.h [478/906] OpenGL ES 2.0: include glib.h to use G_BEGIN_DECLS in gstgles2.h 2017-12-09 19:31:23 +00:00
gstglfilter.c [483/906] glelements: do not leak parent when using gst_pad_get_parent 2017-12-09 19:31:23 +00:00
gstglfilter.h [481/906] feature checking: error out instead of doing nothing if an OpenGL feature is not present 2017-12-09 19:31:23 +00:00
gstglmixer.c [481/906] feature checking: error out instead of doing nothing if an OpenGL feature is not present 2017-12-09 19:31:23 +00:00
gstglmixer.h [393/906] glmosaic: for now it's a cube mosaic 2017-12-09 19:31:22 +00:00
gstglmixerpad.h [387/906] glmixer: add a glmixer base element 2017-12-09 19:31:22 +00:00
gstglshader.c [477/906] OpenGL ES 2.0: fix build since glfiltershader changes 2017-12-09 19:31:23 +00:00
gstglshader.h [477/906] OpenGL ES 2.0: fix build since glfiltershader changes 2017-12-09 19:31:23 +00:00
gstglshadervariables.c [480/906] win32 builds: add glshader filter sources to vs9 and codeblocks 2017-12-09 19:31:23 +00:00
gstglshadervariables.h [471/906] glshader: add dynamic fragment shader filter 2017-12-09 19:31:23 +00:00
gstglwindow.h [412/906] Cocoa backend: improve support on GNUStep 2017-12-09 19:31:23 +00:00
gstglwindow_cocoa.m [412/906] Cocoa backend: improve support on GNUStep 2017-12-09 19:31:23 +00:00
gstglwindow_win32.c [415/906] gstglwindow_win32: share opengl context in correct order 2017-12-09 19:31:23 +00:00
gstglwindow_winCE.c [412/906] Cocoa backend: improve support on GNUStep 2017-12-09 19:31:23 +00:00
gstglwindow_x11.c [467/906] tests: various build fixes 2017-12-09 19:31:23 +00:00
gstglwindow_x11ES2.c [412/906] Cocoa backend: improve support on GNUStep 2017-12-09 19:31:23 +00:00
Makefile.am [471/906] glshader: add dynamic fragment shader filter 2017-12-09 19:31:23 +00:00