summaryrefslogtreecommitdiff
path: root/ext/jack/gstjackbin.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/jack/gstjackbin.c')
-rw-r--r--ext/jack/gstjackbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jack/gstjackbin.c b/ext/jack/gstjackbin.c
index cb1839c41..b0cea9bc3 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;
}