mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
gst/audioresample/resample.h: As before, but for o_buf
Original commit message from CVS: * gst/audioresample/resample.h: As before, but for o_buf
This commit is contained in:
parent
1250ac066e
commit
f6e5a1a9f2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-01-03 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
|
* gst/audioresample/resample.h:
|
||||||
|
As before, but for o_buf
|
||||||
|
|
||||||
2006-01-03 Michael Smith <msmith@fluendo.com>
|
2006-01-03 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
* gst/audioresample/resample.h:
|
* gst/audioresample/resample.h:
|
||||||
|
|
|
@ -56,7 +56,7 @@ struct _ResampleState {
|
||||||
|
|
||||||
/* filter state */
|
/* filter state */
|
||||||
|
|
||||||
void *o_buf;
|
unsigned char *o_buf;
|
||||||
int o_size;
|
int o_size;
|
||||||
|
|
||||||
AudioresampleBufferQueue *queue;
|
AudioresampleBufferQueue *queue;
|
||||||
|
|
Loading…
Reference in a new issue