diff src/flac113/plugin.c @ 658:a9199ee8e5c0 trunk

[svn] - disk writer: do effects processing. - flac113 plugin: pass a valid InputPlayback reference to the thread constructor. closes #797 for real.
author nenolod
date Thu, 15 Feb 2007 23:36:36 -0800
parents ca3de84e2288
children
line wrap: on
line diff
--- a/src/flac113/plugin.c	Thu Feb 15 19:28:20 2007 -0800
+++ b/src/flac113/plugin.c	Thu Feb 15 23:36:36 2007 -0800
@@ -337,7 +337,7 @@
 
 	stream_data_.seek_to_in_sec = -1;
 	stream_data_.play_thread_open = true;
-	decode_thread_ = g_thread_create((GThreadFunc)play_loop_, NULL, TRUE, NULL);
+	decode_thread_ = g_thread_create((GThreadFunc)play_loop_, playback, TRUE, NULL);
 }
 
 void FLAC_XMMS__stop(InputPlayback *playback)