comparison src/console/Audacious_Driver.cxx @ 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 08a6320f7a2b
children db616ccdd40c
comparison
equal deleted inserted replaced
1446:78de16e6989c 1447:195b5657303e
403 fh.emu = 0; 403 fh.emu = 0;
404 404
405 pending_seek = -1; 405 pending_seek = -1;
406 console_ip_is_going = 1; 406 console_ip_is_going = 1;
407 decode_thread = g_thread_self(); 407 decode_thread = g_thread_self();
408 playback->set_pb_ready(playback);
408 play_loop_track( playback ); 409 play_loop_track( playback );
409 } 410 }
410 411
411 static void seek( InputPlayback * data, gint time ) 412 static void seek( InputPlayback * data, gint time )
412 { 413 {