From f5a59a63e7819383ff3dab1d0ef7c76dff5d008a Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 2 Nov 2002 15:18:40 +0000 Subject: these should better be broadcast signals CVS patchset: 3149 CVS date: 2002/11/02 15:18:40 --- src/xine-engine/demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xine-engine/demux.c') diff --git a/src/xine-engine/demux.c b/src/xine-engine/demux.c index 8990db584..e4bc9f4e7 100644 --- a/src/xine-engine/demux.c +++ b/src/xine-engine/demux.c @@ -266,7 +266,7 @@ int xine_demux_stop_thread (xine_stream_t *stream) { pthread_mutex_lock (&stream->first_frame_lock); if (stream->first_frame_flag) { stream->first_frame_flag = 0; - pthread_cond_signal(&stream->first_frame_reached); + pthread_cond_broadcast(&stream->first_frame_reached); } pthread_mutex_unlock (&stream->first_frame_lock); -- cgit v1.2.3