diff --git a/ChangeLog b/ChangeLog index b697e7c26d..e75259c597 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-03 Michael Smith + + * gst/audioresample/resample.h: + As before, but for o_buf + 2006-01-03 Michael Smith * gst/audioresample/resample.h: diff --git a/gst/audioresample/resample.h b/gst/audioresample/resample.h index 574703964c..2147542f99 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;