From 3503def5960eb4fca6ea24980464eed77f9a0de9 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 4 Mar 2003 15:34:20 +0000 Subject: update for the latest jack cvs and non-cothreaded gst scheduler Original commit message from CVS: update for the latest jack cvs and non-cothreaded gst scheduler --- ext/jack/gstjack.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'ext/jack/gstjack.h') diff --git a/ext/jack/gstjack.h b/ext/jack/gstjack.h index d13a1dab..3bf3f2d4 100644 --- a/ext/jack/gstjack.h +++ b/ext/jack/gstjack.h @@ -24,6 +24,8 @@ #include #include +//#define JACK_DEBUG(str, a...) g_message (str, ##a) +#define JACK_DEBUG(str, a...) #define GST_JACK(obj) G_TYPE_CHECK_INSTANCE_CAST(obj, GST_TYPE_JACK, GstJack) #define GST_JACK_CLASS(klass) G_TYPE_CHECK_CLASS_CAST(klass, GST_TYPE_JACK, GstJackClass) @@ -110,12 +112,6 @@ struct _GstJackBin { guint rate; jack_nframes_t nframes; - - /* 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