Mercurial > audlegacy-plugins
changeset 1131:d4889095afac trunk
[svn] Move effect plugin handling out of the output plugins
author | ertzing |
---|---|
date | Sun, 27 May 2007 14:25:46 -0700 |
parents | d677e4fdc3fd |
children | 3bf6c02fc73e |
files | ChangeLog src/alsa/audio.c |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat May 26 21:15:27 2007 -0700 +++ b/ChangeLog Sun May 27 14:25:46 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-27 04:15:27 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2426] + - fix crash on plugin shutdown + + trunk/src/cdaudio/cdaudio.c | 3 --- + 1 file changed, 3 deletions(-) + + 2007-05-27 03:36:05 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [2424] - remove g_free(description) in cleanup functions to avoid crash on quit.
--- a/src/alsa/audio.c Sat May 26 21:15:27 2007 -0700 +++ b/src/alsa/audio.c Sun May 27 14:25:46 2007 -0700 @@ -705,6 +705,7 @@ if (paused) return; +#if 0 new_freq = inputf->rate; new_chn = inputf->channels; f = inputf->xmms_format; @@ -732,6 +733,7 @@ inputf->xmms_format, inputf->rate, inputf->channels); +#endif if (alsa_convert_func != NULL) length = alsa_convert_func(convertb, &data, length);