From 3156b0d743d15ad39978713167e375373265fdfc Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 16 Oct 2002 21:23:59 +0000 Subject: forgot to alloc event queue CVS patchset: 2840 CVS date: 2002/10/16 21:23:59 --- src/xine-engine/xine.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index ef16e96c8..0d3bb5d4d 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.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: xine.c,v 1.167 2002/10/15 16:10:18 guenter Exp $ + * $Id: xine.c,v 1.168 2002/10/16 21:23:59 guenter Exp $ * * top-level xine functions * @@ -252,6 +252,12 @@ xine_stream_t *xine_stream_new (xine_t *this, pthread_mutex_init (&stream->counter_lock, NULL); pthread_cond_init (&stream->counter_changed, NULL); + /* + * event queues + */ + + stream->event_queues = xine_list_new (); + /* * create a metronom */ -- cgit v1.2.3