diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-30 14:46:31 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-30 14:46:31 +0000 |
commit | 275751f50934d40708298b76056e96a1698aa87b (patch) | |
tree | 4d51b8cd9cd2fdfa49a84c547c745cec441f7f5f /ChangeLog | |
parent | a915c3ec730776b020efdc757a7de13fbbdc7c67 (diff) | |
download | gst-plugins-bad-275751f50934d40708298b76056e96a1698aa87b.tar.gz gst-plugins-bad-275751f50934d40708298b76056e96a1698aa87b.tar.bz2 gst-plugins-bad-275751f50934d40708298b76056e96a1698aa87b.zip |
tests/check/elements/speexresample.c: Add pipeline unit tests for testing all supported formats with up/downsampling ...
Original commit message from CVS:
* tests/check/elements/speexresample.c: (element_message_cb),
(eos_message_cb), (test_pipeline), (GST_START_TEST),
(speexresample_suite):
Add pipeline unit tests for testing all supported formats with
up/downsampling and different in/outrates.
* gst/speexresample/gstspeexresample.c:
(gst_speex_resample_push_drain), (gst_speex_resample_process):
* gst/speexresample/speex_resampler_wrapper.h:
Fix bugs identified by the testsuite.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2008-10-30 Sebastian Dröge <slomo@circular-chaos.org> + * tests/check/elements/speexresample.c: (element_message_cb), + (eos_message_cb), (test_pipeline), (GST_START_TEST), + (speexresample_suite): + Add pipeline unit tests for testing all supported formats with + up/downsampling and different in/outrates. + + * gst/speexresample/gstspeexresample.c: + (gst_speex_resample_push_drain), (gst_speex_resample_process): + * gst/speexresample/speex_resampler_wrapper.h: + Fix bugs identified by the testsuite. + +2008-10-30 Sebastian Dröge <slomo@circular-chaos.org> + * gst/speexresample/gstspeexresample.c: (gst_speex_resample_stop), (gst_speex_resample_get_funcs), (gst_speex_resample_transform_size), |