summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Merle <sylane@gmail.com>2008-06-12 13:51:51 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-06-12 13:51:51 +0000
commit12d250c61260d82cba6b1ee6b91a5bf980679be3 (patch)
treec244df4518e941fd6e2364842a6c0b1cea93460e /ChangeLog
parent0dc1c6799be7d7ad4ee67c9a1be1a41ea82e74d4 (diff)
downloadgst-plugins-bad-12d250c61260d82cba6b1ee6b91a5bf980679be3.tar.gz
gst-plugins-bad-12d250c61260d82cba6b1ee6b91a5bf980679be3.tar.bz2
gst-plugins-bad-12d250c61260d82cba6b1ee6b91a5bf980679be3.zip
ext/amrwb/gstamrwbdec.c: Fix the sign of the data we pass to the decoder so that the decoder compiles with newer refe...
Original commit message from CVS: Patch by: Sebastien Merle <sylane at gmail dot com> * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain): Fix the sign of the data we pass to the decoder so that the decoder compiles with newer reference code as well. Fixes #528618.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b59a1065..aeb12b7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-12 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: Sebastien Merle <sylane at gmail dot com>
+
+ * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
+ Fix the sign of the data we pass to the decoder so that the decoder
+ compiles with newer reference code as well. Fixes #528618.
+
2008-06-12 Stefan Kost <ensonic@users.sf.net>
* tests/icles/test-oss4.c: