From fc4ff50b53d6b614f2393d3b5c3aae32344f88d9 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 5 May 2002 01:08:05 +0000 Subject: better initialization. it doesn't work over here, though. Original commit message from CVS: better initialization. it doesn't work over here, though. --- ext/jack/gstjack.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/jack/gstjack.h') diff --git a/ext/jack/gstjack.h b/ext/jack/gstjack.h index 9d07f869..4801557e 100644 --- a/ext/jack/gstjack.h +++ b/ext/jack/gstjack.h @@ -114,6 +114,8 @@ struct _GstJackBin { /* the scheduler needs to be setup from within the jack client thread; this variable is to keep track of whether or not we have been set up yet */ gboolean sched_setup; + GCond *cond; + GMutex *lock; }; struct _GstJackBinClass { -- cgit v1.2.1