diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-02 09:19:24 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-02 09:19:24 +0000 |
commit | 931a223439642c2711148bcee787a4728af1c531 (patch) | |
tree | 085632a0af20d7c669e2b97fbacc98a3dc28d7dc /ChangeLog | |
parent | 6f2aeb92cd1412f75a78773f3b1b9030418ddd3d (diff) | |
download | gst-plugins-bad-931a223439642c2711148bcee787a4728af1c531.tar.gz gst-plugins-bad-931a223439642c2711148bcee787a4728af1c531.tar.bz2 gst-plugins-bad-931a223439642c2711148bcee787a4728af1c531.zip |
gst/speexresample/gstspeexresample.c: Fix format string and arguments.
Original commit message from CVS:
* gst/speexresample/gstspeexresample.c:
(gst_speex_resample_check_discont):
Fix format string and arguments.
* gst/speexresample/resample_sse.h:
Add missing file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-11-02 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/speexresample/gstspeexresample.c: + (gst_speex_resample_check_discont): + Fix format string and arguments. + + * gst/speexresample/resample_sse.h: + Add missing file. + 2008-11-01 Stefan Kost <ensonic@users.sf.net> * ext/resindvd/Makefile.am: |