summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-08-28 01:03:24 +0000
committerMichael Smith <msmith@xiph.org>2008-08-28 01:03:24 +0000
commit23dbeaabc115ec76225ed44d65ade7ed4d668885 (patch)
tree9e5607a878d3ba899dce4cd1b5c95c255cadecf7 /ChangeLog
parenta8661bc4de2ed86be02768497c9043b68f184c3a (diff)
downloadgst-plugins-bad-23dbeaabc115ec76225ed44d65ade7ed4d668885.tar.gz
gst-plugins-bad-23dbeaabc115ec76225ed44d65ade7ed4d668885.tar.bz2
gst-plugins-bad-23dbeaabc115ec76225ed44d65ade7ed4d668885.zip
gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with the correct endianness. Fixes playback ...
Original commit message from CVS: * gst/aiffparse/aiffparse.c: Read size of chunks preceeding the audio data with the correct endianness. Fixes playback of some files. Fixes #538500
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a89f7cfc..c648b803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-08-27 Michael Smith <msmith@songbirdnest.com>
+ * gst/aiffparse/aiffparse.c:
+ Read size of chunks preceeding the audio data with the
+ correct endianness. Fixes playback of some files.
+ Fixes #538500
+
+2008-08-27 Michael Smith <msmith@songbirdnest.com>
+
* configure.ac:
* gst/aiffparse/Makefile.am:
* gst/aiffparse/aiffparse.c: