mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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 out_len, out_processed;
|
||||
guint num, den;
|
||||
void *buf;
|
||||
gpointer buf;
|
||||
|
||||
g_assert (resample->state != NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue