summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2008-03-18 10:12:40 +0000
committerAndy Wingo <wingo@pobox.com>2008-03-18 10:12:40 +0000
commit603b409c33ecc45e2e9b42e368ada98ff0c14d94 (patch)
treebb711123b5c6253a22b88ec7a595e717b3b571b1 /ChangeLog
parent0361555869bfd91785b5c67700f59e1f08d3b063 (diff)
downloadgst-plugins-bad-603b409c33ecc45e2e9b42e368ada98ff0c14d94.tar.gz
gst-plugins-bad-603b409c33ecc45e2e9b42e368ada98ff0c14d94.tar.bz2
gst-plugins-bad-603b409c33ecc45e2e9b42e368ada98ff0c14d94.zip
ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potential int overflow.
Original commit message from CVS: 2008-03-18 Andy Wingo <wingo@pobox.com> * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potential int overflow. * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac. Avoids a #warning about an ignored #pragma.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a9b5aa4..0242b945 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-18 Andy Wingo <wingo@pobox.com>
+
+ * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
+ and a potential int overflow.
+
+ * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
+ Avoids a #warning about an ignored #pragma.
+
2008-03-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* examples/switch/switcher.c: