audioresample: replaced void* with gpointer
authorLeo Singer <leo.singer@ligo.org>
Fri, 17 Dec 2010 04:32:07 +0000 (20:32 -0800)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 17 Dec 2010 18:34:42 +0000 (19:34 +0100)
gst/audioresample/gstaudioresample.c

index d1b5573..05f6075 100644 (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);