Libvisual Parameters not supported
Submitted by daniel
Link to original bug (#606635)
Description
It would be nice if the libvisual-plugin could support setting VisParams through gStreamer as in http://libvisual.svn.sourceforge.net/viewvc/libvisual/trunk/libvisual/lv_param.h
Without it, all libvisual actors are usable with their default settings only :(
It should be pretty trivial to support the most important parameter-types:
- VISUAL_PARAM_ENTRY_TYPE_STRING
- VISUAL_PARAM_ENTRY_TYPE_INTEGER
- VISUAL_PARAM_ENTRY_TYPE_FLOAT
- VISUAL_PARAM_ENTRY_TYPE_DOUBLE
- VISUAL_PARAM_ENTRY_TYPE_COLOR
you might want to visit #libvisual on freenode for questions