From: Leo Singer Date: Fri, 17 Dec 2010 04:32:07 +0000 (-0800) Subject: audioresample: replaced void* with gpointer X-Git-Tag: 1.19.3~511^2~6555^2~1315 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6832b38527fe7af96029a88d5f579eae10c51ba9;p=platform%2Fupstream%2Fgstreamer.git audioresample: replaced void* with gpointer --- diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c index d1b5573..05f6075 100644 --- a/gst/audioresample/gstaudioresample.c +++ b/gst/audioresample/gstaudioresample.c @@ -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);