comparison src/cue/cuesheet.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 35c8b1faf27b
children db616ccdd40c
comparison
equal deleted inserted replaced
1446:78de16e6989c 1447:195b5657303e
216 play_cue_uri(data, tmp); 216 play_cue_uri(data, tmp);
217 g_free(tmp); 217 g_free(tmp);
218 return; 218 return;
219 } 219 }
220 play_thread = g_thread_self(); 220 play_thread = g_thread_self();
221 data->set_pb_ready(data);
221 play_cue_uri(data, uri); 222 play_cue_uri(data, uri);
222 } 223 }
223 224
224 static Tuple *get_tuple(gchar *uri) 225 static Tuple *get_tuple(gchar *uri)
225 { 226 {