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:
parent
d2ef360eef
commit
ee37f90d5d
@ -279,7 +279,7 @@ process (jack_nframes_t nframes, void *arg)
|
|||||||
bin->nframes = nframes;
|
bin->nframes = nframes;
|
||||||
|
|
||||||
JACK_DEBUG ("jackbin: iterating to process %ld frames of audio...", 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");
|
g_warning ("bin failed to iterate");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user