[gstreamer-bugs] [Bug 600195] New: dynamic fragment shader filter and variables parser/loader

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 30 20:36:46 PDT 2009


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

           Summary: dynamic fragment shader filter and variables
                    parser/loader
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-gl
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: luc.deschenaux at freesurf.ch
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=146618)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=146618)
gstglshadervariables and gstglshaderfilter

gst/gl/gstglfiltershader.c:

Implements a plugin allowing:

- To load a simple fragment shader filter and to set uniform variables through
object properties.

- To replace the shader or to set uniform variables during pipeline execution
through object properties.

usage: glshader location=<shader_file> preset=<variables_file> vars=<variables>


gst-libs/gst/gl/gstglshadervariables.c:

Implements a parser for GLSL variable definitions that can also be used for
other gstglfilters (eg: to set a convolution kernel or a threshold value)

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