diff options
author | Andy Wingo <wingo@pobox.com> | 2002-05-05 01:08:05 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-05-05 01:08:05 +0000 |
commit | fc4ff50b53d6b614f2393d3b5c3aae32344f88d9 (patch) | |
tree | 742287f19ba2636c0e381a4c5582bab8d04e293d /ext/jack/gstjack.h | |
parent | 47cd41eb8317a70ef14cf5bc2c119570dfafd98a (diff) | |
download | gst-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.h | 2 |
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 { |