GST_INFO_OBJECT (jitterbuffer, "scheduling timeout");
id = gst_clock_new_single_shot_id (clock, sync_time);
gst_clock_id_wait_async (id, (GstClockCallback) eos_reached,
- jitterbuffer);
+ jitterbuffer, NULL);
}
GST_OBJECT_UNLOCK (jitterbuffer);
}
clock_id =
gst_clock_new_single_shot_id (sync_clock, waittime + basetime);
gst_clock_id_wait_async (clock_id, delayed_spectrum_update,
- (gpointer) spect);
+ (gpointer) spect, NULL);
gst_clock_id_unref (clock_id);
}
}
clock_id =
gst_clock_new_single_shot_id (sync_clock, waittime + basetime);
gst_clock_id_wait_async (clock_id, delayed_spectrum_update,
- (gpointer) spect);
+ (gpointer) spect, NULL);
gst_clock_id_unref (clock_id);
}
}