diff options
author | Andy Wingo <wingo@pobox.com> | 2002-05-13 18:08:33 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-05-13 18:08:33 +0000 |
commit | 4a6c33000c8d1766890e7360261830708baf6799 (patch) | |
tree | 1ebc64a391f75eaaeff792c1efe1c424400f0c2c /ext/jack/gstjack.c | |
parent | 14112a29f62d341c36d14b6c6c23cbe904e19dc1 (diff) | |
download | gst-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.c')
-rw-r--r-- | ext/jack/gstjack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c index 02696901..ab0e4a3c 100644 --- a/ext/jack/gstjack.c +++ b/ext/jack/gstjack.c @@ -410,7 +410,7 @@ gst_jack_loop (GstElement *element) this = GST_JACK (element); g_return_if_fail(this != NULL); - len = this->bin->nframes * sizeof (sample_t); + len = this->bin->nframes * sizeof (jack_default_audio_sample_t); do { pads = this->pads; |