summaryrefslogtreecommitdiffstats
path: root/ext/jack/gstjack.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-05-05 01:08:05 +0000
committerAndy Wingo <wingo@pobox.com>2002-05-05 01:08:05 +0000
commitfc4ff50b53d6b614f2393d3b5c3aae32344f88d9 (patch)
tree742287f19ba2636c0e381a4c5582bab8d04e293d /ext/jack/gstjack.h
parent47cd41eb8317a70ef14cf5bc2c119570dfafd98a (diff)
downloadgst-plugins-bad-fc4ff50b53d6b614f2393d3b5c3aae32344f88d9.tar.gz
gst-plugins-bad-fc4ff50b53d6b614f2393d3b5c3aae32344f88d9.tar.bz2
gst-plugins-bad-fc4ff50b53d6b614f2393d3b5c3aae32344f88d9.zip
better initialization. it doesn't work over here, though.
Original commit message from CVS: better initialization. it doesn't work over here, though.
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 {