[Bug 310775] libvisual element needs to support opengl
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Dec 22 06:42:02 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=310775
GStreamer | gst-plugins-gl | git
--- Comment #31 from Julien Isorce <julien.isorce at gmail.com> 2011-12-22 14:41:53 UTC ---
commit 23b17f6d59e2c79897201724269a46cc5c709376
Author: Julien Isorce <julien.isorce at gmail.com>
Date: Thu Dec 22 15:30:38 2011 +0100
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.
----------------------
Try: gst-launch audiotestsrc ! libvisual_gl_projectM ! glimagesink
:)
--
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