summaryrefslogtreecommitdiffstats
path: root/ext/jack/gstjack.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/jack/gstjack.h')
-rw-r--r--ext/jack/gstjack.h2
1 files changed, 2 insertions, 0 deletions
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 {