diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-21 10:18:56 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-11-21 10:18:56 +0000 |
commit | 82cde22e4ddcc42043b353f62304ba642ab2d4b7 (patch) | |
tree | 3bf9fc289c56b96c5a327d3e0fa127e3f87acd78 /ChangeLog | |
parent | 9fd560ffcae003bff7f522146db4aa880a379677 (diff) | |
download | gst-plugins-bad-82cde22e4ddcc42043b353f62304ba642ab2d4b7.tar.gz gst-plugins-bad-82cde22e4ddcc42043b353f62304ba642ab2d4b7.tar.bz2 gst-plugins-bad-82cde22e4ddcc42043b353f62304ba642ab2d4b7.zip |
gst/speexresample/README: Add README explaining where the resampling code was taken from and which changes were done.
Original commit message from CVS:
* gst/speexresample/README:
Add README explaining where the resampling code was taken from
and which changes were done.
* gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
(speex_free):
Use g_malloc() and friends instead of malloc() to achieve higher
portability and define the functions inline.
* gst/speexresample/speex_resampler.h:
Add back some useless preprocessor stuff to keep the diff between
our version and the one from the Speex SVN repository lower.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2007-11-21 Sebastian Dröge <slomo@circular-chaos.org> + * gst/speexresample/README: + Add README explaining where the resampling code was taken from + and which changes were done. + + * gst/speexresample/resample.c: (speex_alloc), (speex_realloc), + (speex_free): + Use g_malloc() and friends instead of malloc() to achieve higher + portability and define the functions inline. + + * gst/speexresample/speex_resampler.h: + Add back some useless preprocessor stuff to keep the diff between + our version and the one from the Speex SVN repository lower. + +2007-11-21 Sebastian Dröge <slomo@circular-chaos.org> + * gst/filter/gstbpwsinc.c: (bpwsinc_set_property): * gst/filter/gstlpwsinc.c: (lpwsinc_set_property): Post a GST_MESSAGE_LATENCY if the latency changes. |