gst/speexresample/gstspeexresample.c: The length for the buffer conversion function...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 30 Oct 2008 14:55:43 +0000 (14:55 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 30 Oct 2008 14:55:43 +0000 (14:55 +0000)
commit35a5ad819d18095385f0e3184eac5db4588da51f
tree690dbfa0758a18716c5098236a09d8aa66307919
parentb2cbf8f91dc146d921916aa0ec07059714490240
gst/speexresample/gstspeexresample.c: The length for the buffer conversion function is the number of audio frames, i....

Original commit message from CVS:
* gst/speexresample/gstspeexresample.c:
(gst_speex_resample_convert_buffer):
The length for the buffer conversion function is the number of
audio frames, i.e. we need to multiply it by the number of channels
to get the number of values. Also spotted by the unit test after
running in valgrind.
gst/speexresample/gstspeexresample.c