summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-09-09 01:14:10 +0000
committerMichael Smith <msmith@xiph.org>2008-09-09 01:14:10 +0000
commit8618e452ae28d2df745925cb13961c039d565a48 (patch)
tree54b7526f57335cd7ba3ae2e34abd1f8bbbc420fa /ChangeLog
parent5d1c162f060a864db9db4102ea1fddccc83cf553 (diff)
downloadgst-plugins-bad-8618e452ae28d2df745925cb13961c039d565a48.tar.gz
gst-plugins-bad-8618e452ae28d2df745925cb13961c039d565a48.tar.bz2
gst-plugins-bad-8618e452ae28d2df745925cb13961c039d565a48.zip
gst/aiffparse/aiffparse.c: Support chunks in AIFF in any order in pull mode, and any order so long as we get COMM bef...
Original commit message from CVS: * gst/aiffparse/aiffparse.c: Support chunks in AIFF in any order in pull mode, and any order so long as we get COMM before the actual data (SSND) in push mode. Fixes playback of AIFC files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46744437..70081033 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-08 Michael Smith <msmith@songbirdnest.com>
+
+ * gst/aiffparse/aiffparse.c:
+ Support chunks in AIFF in any order in pull mode, and any order so
+ long as we get COMM before the actual data (SSND) in push mode.
+ Fixes playback of AIFC files.
+
2008-09-08 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/selector/gstinputselector.c: (gst_selector_pad_reset),