summaryrefslogtreecommitdiffstats
path: root/ext/jack/gstjack.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-05-13 18:08:33 +0000
committerAndy Wingo <wingo@pobox.com>2002-05-13 18:08:33 +0000
commit4a6c33000c8d1766890e7360261830708baf6799 (patch)
tree1ebc64a391f75eaaeff792c1efe1c424400f0c2c /ext/jack/gstjack.h
parent14112a29f62d341c36d14b6c6c23cbe904e19dc1 (diff)
downloadgst-plugins-bad-4a6c33000c8d1766890e7360261830708baf6799.tar.gz
gst-plugins-bad-4a6c33000c8d1766890e7360261830708baf6799.tar.bz2
gst-plugins-bad-4a6c33000c8d1766890e7360261830708baf6799.zip
update to new jack api
Original commit message from CVS: update to new jack api
Diffstat (limited to 'ext/jack/gstjack.h')
-rw-r--r--ext/jack/gstjack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jack/gstjack.h b/ext/jack/gstjack.h
index 4801557e..d13a1dab 100644
--- a/ext/jack/gstjack.h
+++ b/ext/jack/gstjack.h
@@ -109,7 +109,7 @@ struct _GstJackBin {
gchar *client_name;
guint rate;
- nframes_t nframes;
+ 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 */