changeset 1009:1008da26c12d trunk

[svn] - add an additional usleep to the playback resume code per Chainsaw
author nenolod
date Mon, 08 May 2006 06:00:19 -0700
parents 4071ef3fc59c
children 29feaace84d0
files audacious/main.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/main.c	Sun May 07 22:36:14 2006 -0700
+++ b/audacious/main.c	Mon May 08 06:00:19 2006 -0700
@@ -1082,6 +1082,7 @@
 		if (cfg.resume_playback_on_startup_time != -1) {
 			while (gtk_events_pending()) gtk_main_iteration();
 			bmp_playback_initiate();
+			g_usleep(10000);	/* XXX: musepack and others need this! */
 			while (!ip_data.playing)
 				g_usleep(10000);
 			bmp_playback_seek(cfg.resume_playback_on_startup_time /