GNOME Bugzilla – Bug 336881
[libvisual] additional support for libvisual-0.4
Last modified: 2006-05-21 17:08:40 UTC
witkaout the patch gstreamer complains about the missing visual_list_count symbol in libvisual (wich was replaced by visual_collection_size): 2005-09-05 Dennis Smit <ds@nerds-incorporated.org> * libvisual/lv_cache.c: Use visual_collection_size instead of obsolete visual_list_count.
Created attachment 62569 [details] [review] libvisual-fix.patch replace the function visual_list_count with visual_collection_size in ext/libvisual/visual.c
This also applies to CVS-HEAD
I don't think this is going to be changed in the 0.8 branch, but we're of course more than happy to fix this in HEAD. However, I played around a bit with it today and it looks like there's a bit more needed than just this one-line change (patch attached, see FIXME in the _is_gl() function).
*** Bug 336882 has been marked as a duplicate of this bug. ***
Created attachment 62869 [details] [review] first attempt at a patch Patch that maintains backwards compatibility with 0.2.
for hints see: http://svn.beep-media-player.org/bmpx/trunk/src/libvisual.c and http://cvs.sourceforge.net/viewcvs.py/libvisual/libvisual-hackground/standalone/
Seems to work well enough for me, I'm sure people will post patches if they find the filter doesn't work right or is too strict. 2006-05-15 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl), (plugin_init): Add tentative support for libvisual-0.4 (#336881).
Created attachment 65954 [details] gst-base-plugin-libvisual in totem -> "libvisual libvisual corona plugin plugin" double display of "libvisual" and "plugin" in discription.
is this an bug in gst-plugin-base-libvisual or in Totem?