summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2005-11-11 18:17:22 +0000
committerMichael Smith <msmith@xiph.org>2005-11-11 18:17:22 +0000
commit6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f (patch)
tree15e0f7411aec6317e5b6429795c692d88f20b59c /ChangeLog
parent9c8c1bac44723a161299ae9a7d6c7164da8701d1 (diff)
downloadgst-plugins-bad-6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f.tar.gz
gst-plugins-bad-6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f.tar.bz2
gst-plugins-bad-6b94a5333ee1fe39f6fe6ecc76db5f73bb0a8e7f.zip
ext/faad/gstfaad.c: Call functions with the correct API. Unfortunately, unless your distribution patches upstream, th...
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain): Call functions with the correct API. Unfortunately, unless your distribution patches upstream, the public header file for FAAD doesn't actually declare the API accurately. So, some nastiness ensues...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3409bc70..8bd6484a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-11 Michael Smith <msmith@fluendo.com>
+
+ * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
+ Call functions with the correct API. Unfortunately, unless your
+ distribution patches upstream, the public header file for FAAD
+ doesn't actually declare the API accurately. So, some nastiness
+ ensues...
+
2005-11-10 Daniel Amelang <daniel dot amelang at gmail dot com>
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>