diff src/sexypsf/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 6b1f888a4c52
children db616ccdd40c
line wrap: on
line diff
--- a/src/sexypsf/plugin.c	Fri Aug 10 12:42:07 2007 -0500
+++ b/src/sexypsf/plugin.c	Fri Aug 10 22:00:07 2007 +0200
@@ -159,6 +159,7 @@
 
         playing = 1;
         dethread = g_thread_self();
+        data->set_pb_ready(data);
         sexypsf_playloop(NULL);
     }
 }