From: Dennis S. <sy...@yo...> - 2004-09-29 18:48:08
|
On Wed, 2004-09-29 at 15:02 -0300, Duilio Javier Protti wrote: > > 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. actually visual_plugin_find searches in the VisRef database and at my place it works perfectly, make sure you recompile everything! Also libvisual, since libvisual changed a bit to work regarding this. The old visual_plugin_load always took the first entry... Keep in mind that after recompiling libvisual, you also need to recompile the xmms plugin, the VisPluginRef structure changed. Cheers, Dennis |