diff options
Diffstat (limited to 'ext/jack/gstjack.h')
-rw-r--r-- | ext/jack/gstjack.h | 2 |
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 */ |