diff --git a/ext/jack/gstjackbin.c b/ext/jack/gstjackbin.c index cb1839c41c..b0cea9bc32 100644 --- a/ext/jack/gstjackbin.c +++ b/ext/jack/gstjackbin.c @@ -279,7 +279,7 @@ process (jack_nframes_t nframes, void *arg) bin->nframes = nframes; JACK_DEBUG ("jackbin: iterating to process %ld frames of audio...", nframes); - if (!gst_bin_iterate (GST_BIN_CAST (bin))) { + if (!gst_bin_iterate (GST_BIN (bin))) { g_warning ("bin failed to iterate"); return -1; }