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.
This commit is contained in:
Benjamin Otte 2003-12-13 16:59:51 +00:00
parent d2ef360eef
commit ee37f90d5d

View file

@ -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;
}