summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 574703964..2147542f9 100644
--- a/gst/audioresample/resample.h
+++ b/gst/audioresample/resample.h
@@ -56,7 +56,7 @@ struct _ResampleState {
/* filter state */
- void *o_buf;
+ unsigned char *o_buf;
int o_size;
AudioresampleBufferQueue *queue;