summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/audioresample/resample.h')
-rw-r--r--gst/audioresample/resample.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/resample.h b/gst/audioresample/resample.h
index fd67bf23..57470396 100644
--- a/gst/audioresample/resample.h
+++ b/gst/audioresample/resample.h
@@ -65,7 +65,7 @@ struct _ResampleState {
int sample_size;
- void *buffer;
+ unsigned char *buffer;
int buffer_len;
int buffer_filled;