audioresample: replaced void* with gpointer

This commit is contained in:
Leo Singer 2010-12-16 20:32:07 -08:00 committed by Sebastian Dröge
parent 87f2422737
commit 6832b38527

View file

@ -792,7 +792,7 @@ gst_audio_resample_dump_drain (GstAudioResample * resample, guint history_len)
guint in_len, in_processed;
guint out_len, out_processed;
guint num, den;
void *buf;
gpointer buf;
g_assert (resample->state != NULL);