audioresample: replaced void* with gpointer
This commit is contained in:
parent
87f2422737
commit
6832b38527
@ -792,7 +792,7 @@ gst_audio_resample_dump_drain (GstAudioResample * resample, guint history_len)
|
|||||||
guint in_len, in_processed;
|
guint in_len, in_processed;
|
||||||
guint out_len, out_processed;
|
guint out_len, out_processed;
|
||||||
guint num, den;
|
guint num, den;
|
||||||
void *buf;
|
gpointer buf;
|
||||||
|
|
||||||
g_assert (resample->state != NULL);
|
g_assert (resample->state != NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user