diff src/flacng/plugin.c @ 1447:195b5657303e

updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
author Giacomo Lozito <james@develia.org>
date Fri, 10 Aug 2007 22:00:07 +0200
parents 654aa79e43ef
children 6ee8e5653f7b
line wrap: on
line diff
--- a/src/flacng/plugin.c	Fri Aug 10 12:42:07 2007 -0500
+++ b/src/flacng/plugin.c	Fri Aug 10 22:00:07 2007 +0200
@@ -578,6 +578,7 @@
     flac_ip.set_info(get_title(input->filename, main_info), l, -1, main_info->stream.samplerate, main_info->stream.channels);
 
     thread = g_thread_self();
+    input->set_pb_ready(input);
     flac_play_loop(input);
 
     _LEAVE;