GNOME Bugzilla – Bug 357800
[libvisual] doesn't pass audio data to libvisual 0.4.0 correctly
Last modified: 2006-09-28 15:44:52 UTC
libvisual 0.4.0 doesn't use the audio->plugpcm array any more, it expects the caller/input plugin to insert data into the samplepool object.
Created attachment 73425 [details] [review] patch valgrind seems fairly happy with this, both with libvisual 0.2 and libvisual 0.4 (with a patch I sent to the libvisual-devel mailing list).
2006-09-27 Stefan Kost <ensonic@users.sf.net> Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net> * ext/libvisual/visual.c: (gst_visual_clear_actors), (gst_visual_chain), (gst_visual_change_state): Libvisual plugin was not passing audio data to libvisual 0.4.0 correctly. Fixes #357800
*** Bug 357988 has been marked as a duplicate of this bug. ***