From: Duilio J. P. <dp...@fc...> - 2004-09-29 17:51:38
|
> Added to libvisual-plugins: > > slide morph plugin. > > It's in 'plugins/morph/slide/', and it's the first plugin library > for libvisual. The resulting morph_slide.so contains 4 plugins, > 'slide_left', 'slide_right', 'slide_bottom', 'slide_upper'. > > Cheers, > Dennis We can't select all of them (just slide_left) on the xmms plugin because the other three are seeing as not valid morph. This is due to visual_morph_valid_by_name() function calls visual_plugin_find(), and this one don't take into account the index into the VisPluginRef's to perform the search. Bye, Duilio. |