comparison Plugins/Input/aac/src/libmp4.c @ 1052:d156312807c1 trunk

[svn] - try to g_thread_join() here.
author nenolod
date Sun, 14 May 2006 20:38:22 -0700
parents aa0559a5fee1
children 2494d029279b
comparison
equal deleted inserted replaced
1051:6e95edd16b43 1052:d156312807c1
180 180
181 static void mp4_stop(void) 181 static void mp4_stop(void)
182 { 182 {
183 if(buffer_playing){ 183 if(buffer_playing){
184 buffer_playing = FALSE; 184 buffer_playing = FALSE;
185 g_thread_join(decodeThread);
185 mp4_ip.output->close_audio(); 186 mp4_ip.output->close_audio();
186 } 187 }
187 188
188 /* 189 /*
189 * The problem is, we can't just go try to reap the thread, it probably 190 * The problem is, we can't just go try to reap the thread, it probably