comparison audacious/pluginenum.c @ 2228:894f7aa46f83 trunk

[svn] - bmp_playback_* -> playback_* -- i knew something smelled rotten here, hmm.
author nenolod
date Sun, 31 Dec 2006 19:57:29 -0800
parents 35bdfcd17ba7
children d507d2c1f75c
comparison
equal deleted inserted replaced
2227:649e3418aac2 2228:894f7aa46f83
379 LowlevelPlugin *lp; 379 LowlevelPlugin *lp;
380 GList *node; 380 GList *node;
381 381
382 g_message("Shutting down plugin system"); 382 g_message("Shutting down plugin system");
383 383
384 if (bmp_playback_get_playing()) { 384 if (playback_get_playing()) {
385 ip_data.stop = TRUE; 385 ip_data.stop = TRUE;
386 bmp_playback_stop(); 386 playback_stop();
387 ip_data.stop = FALSE; 387 ip_data.stop = FALSE;
388 } 388 }
389 389
390 for (node = get_input_list(); node; node = g_list_next(node)) { 390 for (node = get_input_list(); node; node = g_list_next(node)) {
391 ip = INPUT_PLUGIN(node->data); 391 ip = INPUT_PLUGIN(node->data);