From e9cae6267fe66a03633426b6283de867e6eb0b65 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 28 Aug 2001 22:52:57 +0000 Subject: Fixed sed pattern. Reintroduce XINE_PAUSE status. Fixed deadlock in xine_pause. Fixed many pause/unpause case. Syncing xine.h.tmpl.in with xine_internal.h about status (Please, don't forget to update the public API header, that made troubles). CVS patchset: 513 CVS date: 2001/08/28 22:52:57 --- src/xine-engine/metronom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/metronom.c') diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c index 6a872e5aa..bfe3d5393 100644 --- a/src/xine-engine/metronom.c +++ b/src/xine-engine/metronom.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: metronom.c,v 1.22 2001/08/26 09:38:23 jcdutton Exp $ + * $Id: metronom.c,v 1.23 2001/08/28 22:52:57 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -340,8 +340,8 @@ static void metronom_audio_stream_end (metronom_t *this) { } this->audio_stream_running = 0; + while (this->video_stream_running) { - printf ("waiting for video to end...\n"); pthread_cond_wait (&this->video_ended, &this->lock); } -- cgit v1.2.3