mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
audioresample: replaced void* with gpointer
This commit is contained in:
parent
87f2422737
commit
6832b38527
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue