From 773b7da81f44165aa50fbc7a1e5c1ad629c959cc Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 4 May 2002 18:57:44 +0000 Subject: some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov... Original commit message from CVS: some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're moving it back to experimental ;) --- ext/jack/gstjack.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ext/jack/gstjack.h') diff --git a/ext/jack/gstjack.h b/ext/jack/gstjack.h index 38763cd6..9d07f869 100644 --- a/ext/jack/gstjack.h +++ b/ext/jack/gstjack.h @@ -1,3 +1,4 @@ +/* -*- Mode: C; c-basic-offset: 4 -*- */ /* Copyright (C) 2002 Andy Wingo @@ -109,6 +110,10 @@ struct _GstJackBin { guint rate; 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; }; struct _GstJackBinClass { -- cgit v1.2.1