changeset 426:3181b4fe23ea trunk

[svn] Reliability fixes.
author nenolod
date Sat, 14 Jan 2006 00:02:06 -0800
parents e36afef679e8
children f61e69a1a376
files Plugins/Input/timidity/src/xmms-timidity.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/timidity/src/xmms-timidity.c	Fri Jan 13 20:48:46 2006 -0800
+++ b/Plugins/Input/timidity/src/xmms-timidity.c	Sat Jan 14 00:02:06 2006 -0800
@@ -265,9 +265,9 @@
 				buffer, buffer_size);
 
 		if (bytes_read != 0)
-			produce_audio(mid_song_get_time(xmmstimid_song),
+			produce_audio(xmmstimid_ip.output->output_time(),
 					fmt, xmmstimid_opts.channels,
-					bytes_read, buffer, NULL);
+					bytes_read, buffer, &xmmstimid_going);
 		else xmmstimid_eof = TRUE;
 
 		if (xmmstimid_seek_to != -1) {