[gstreamer-bugs] [Bug 600195] dynamic fragment shader filter and variables parser/loader
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Oct 30 21:13:45 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=600195
GStreamer | gst-plugins-gl | git
--- Comment #2 from Luc <luc.deschenaux at freesurf.ch> 2009-10-31 04:13:42 UTC ---
helloworld usage:
mkfifo fifo
./helloworld rtsp://cam <shader> [ <preset> ]
Example:
load a shader: echo "l myshader.fs" > fifo
load a preset: echo "p myshader.init" > fifo
set one or many variables: echo "v float f[3]=float[3](1,2,3);" > fifo
Note: Preset file is (re)loaded when shader is changed. Maybe it would be
better trying to load a ".init" file automatically when a shader is loaded.
--
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