summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-10-28 01:53:49 +0000
committerMichael Smith <msmith@xiph.org>2008-10-28 01:53:49 +0000
commit1672bf00cdc9694960e2d926c68ce2043a341a1b (patch)
tree36283a57eb4ea9a6c28bdd123894325d3a50d160 /ChangeLog
parent4cb3939a0bb8ff66b252669f91fb832804565c40 (diff)
downloadgst-plugins-bad-1672bf00cdc9694960e2d926c68ce2043a341a1b.tar.gz
gst-plugins-bad-1672bf00cdc9694960e2d926c68ce2043a341a1b.tar.bz2
gst-plugins-bad-1672bf00cdc9694960e2d926c68ce2043a341a1b.zip
gst/aiffparse/aiffparse.*: Calculate width from depth correctly.
Original commit message from CVS: * gst/aiffparse/aiffparse.c: * gst/aiffparse/aiffparse.h: Calculate width from depth correctly. Read SSND header properly (fixes 24 bit AIFF reading).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a3e49b1..802bbcf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-27 Michael Smith <msmith@songbirdnest.com>
+
+ * gst/aiffparse/aiffparse.c:
+ * gst/aiffparse/aiffparse.h:
+ Calculate width from depth correctly.
+ Read SSND header properly (fixes 24 bit AIFF reading).
+
2008-10-27 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
* ext/x264/gstx264enc.c: (gst_x264_enc_init_encoder):