Original commit message from CVS:
* gst/audioresample/resample.h:
Declare struct _ResampleState.buffer as unsigned char *, not void *,
since we do arithmetic on it.
+2006-01-03 Michael Smith <msmith@fluendo.com>
+
+ * gst/audioresample/resample.h:
+ Declare struct _ResampleState.buffer as unsigned char *, not void *,
+ since we do arithmetic on it.
+
2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
* gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
int sample_size;
- void *buffer;
+ unsigned char *buffer;
int buffer_len;
int buffer_filled;