diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-20 07:30:30 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-20 07:30:30 +0000 |
commit | a6a91b4ff893f1765310cde34fa168db26a9c65b (patch) | |
tree | c328beb89fa8a0dd9db09b67b019040998e00723 /ChangeLog | |
parent | 644432907c659f4fdc64bef9cf13d54f6e30b60c (diff) | |
download | gst-plugins-bad-a6a91b4ff893f1765310cde34fa168db26a9c65b.tar.gz gst-plugins-bad-a6a91b4ff893f1765310cde34fa168db26a9c65b.tar.bz2 gst-plugins-bad-a6a91b4ff893f1765310cde34fa168db26a9c65b.zip |
gst/speexresample/gstspeexresample.c: If the resampler gives less output samples than expected adjust the output buff...
Original commit message from CVS:
* gst/speexresample/gstspeexresample.c:
(gst_speex_fix_output_buffer), (gst_speex_resample_process):
If the resampler gives less output samples than expected
adjust the output buffer and print a warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2007-11-20 Sebastian Dröge <slomo@circular-chaos.org> + * gst/speexresample/gstspeexresample.c: + (gst_speex_fix_output_buffer), (gst_speex_resample_process): + If the resampler gives less output samples than expected + adjust the output buffer and print a warning. + +2007-11-20 Sebastian Dröge <slomo@circular-chaos.org> + * configure.ac: * gst/speexresample/arch.h: * gst/speexresample/fixed_generic.h: |