Mercurial > audlegacy
changeset 268:1368faba73c9 trunk
[svn] We shouldn't have to close the output plugin from here. I don't know why
we are...
author | nenolod |
---|---|
date | Thu, 08 Dec 2005 13:29:31 -0800 |
parents | 38ee4e7f91e6 |
children | 1b82a9932b60 |
files | Plugins/Output/crossfade/crossfade.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Output/crossfade/crossfade.c Thu Dec 08 11:47:13 2005 -0800 +++ b/Plugins/Output/crossfade/crossfade.c Thu Dec 08 13:29:31 2005 -0800 @@ -541,6 +541,7 @@ DEBUG(("[crossfade] fini: cleanup: waiting for buffer thread... done\n")); /* HACK: 0.3.5: close output plugin from THIS thread */ +#if 0 if(output_opened) { DEBUG(("[crossfade] fini: cleanup: closing audio...\n")); if(the_op->close_audio) the_op->close_audio(); @@ -548,6 +549,7 @@ g_free(buffer->data); output_opened = FALSE; } +#endif DEBUG(("[crossfade] fini: cleanup: done\n")); g_static_mutex_unlock (&buffer_mutex);