GStreamer multimedia framework
Go to file
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
gst-libs/gst/gl [486/906] libvisual-gl: add minimal support to libvisual plugins that uses Framebuffer objects 2017-12-09 19:31:23 +00:00
pkgconfig [314/906] Add srcdir to includes for out-of-source builds 2017-12-09 19:31:21 +00:00