gst/audioresample/gstaudioresample.c: Let audioresample use the buffer allocation...
authorSjoerd Simons <sjoerd@luon.net>
Thu, 8 May 2008 06:20:42 +0000 (06:20 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 8 May 2008 06:20:42 +0000 (06:20 +0000)
commit09163ca363c80be96a102b0f547de115dca3258b
treec1d5784ce5adc36be02b7cde590570eb53530d94
parent7a22e13f034e6abcbc785fc99fd5b6da7b70f7cf
gst/audioresample/gstaudioresample.c: Let audioresample use the buffer allocation of basetransform instead of it's ow...

Original commit message from CVS:
Patch by: Sjoerd Simons <sjoerd at luon dot net>
* gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
Let audioresample use the buffer allocation of basetransform instead
of it's own stuff.
* tests/check/elements/audioresample.c: (alloc_only_48000),
(GST_START_TEST), (audioresample_suite):
Add unit test for the recent basetransform bugfix, where upstream
changes caps to something that can't be passed through anymore.
ChangeLog
gst/audioresample/gstaudioresample.c
tests/check/elements/audioresample.c