comparison src/madplug/plugin.c @ 2998:fc666525b410

Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
author Tony Vroon <chainsaw@gentoo.org>
date Wed, 04 Mar 2009 12:48:09 +0000
parents 059285b5de7c
children 1090853873d2
comparison
equal deleted inserted replaced
2997:73ae33c89dc6 2998:fc666525b410
595 { 595 {
596 g_mutex_lock(pb_mutex); 596 g_mutex_lock(pb_mutex);
597 info.playback = playback; 597 info.playback = playback;
598 info.seek = millisecond; 598 info.seek = millisecond;
599 g_mutex_unlock(pb_mutex); 599 g_mutex_unlock(pb_mutex);
600 playback->output->flush (millisecond);
600 } 601 }
601 602
602 static void 603 static void
603 audmad_seek(InputPlayback *playback, gint time) 604 audmad_seek(InputPlayback *playback, gint time)
604 { 605 {