From ee37f90d5deb90c0bd0a00c2cd0c27f8434c1b32 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 13 Dec 2003 16:59:51 +0000 Subject: removed GST_*_CAST. Disabling of type checking is done in glib. Original commit message from CVS: removed GST_*_CAST. Disabling of type checking is done in glib. --- ext/jack/gstjackbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/jack/gstjackbin.c b/ext/jack/gstjackbin.c index cb1839c4..b0cea9bc 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; } -- cgit v1.2.1