diff src/tonegen/tonegen.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 32aaec642cf8
children 1505426e8d0d
line wrap: on
line diff
--- a/src/tonegen/tonegen.c	Fri Aug 10 12:42:07 2007 -0500
+++ b/src/tonegen/tonegen.c	Fri Aug 10 22:00:07 2007 +0200
@@ -202,6 +202,7 @@
 	g_free(name);
 	playback->data = frequencies;
 	play_thread = g_thread_self();
+	playback->set_pb_ready(playback);
 	play_loop(playback);
 }