summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-11-08 15:00:40 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-11-08 15:00:40 +0000
commit55fe83f0220ce661a6b44e48dc05615981b30262 (patch)
treefc07d35c1750a55737e2166ac264d4b585b88e77 /ChangeLog
parentf75f427ec1bed660b20372065c4a93deca9eeaad (diff)
gst/wavparse/gstwavparse.c: Return FALSE if we can't handle a query instead of changing the format. Ignore fact when ...
Original commit message from CVS: * gst/wavparse/gstwavparse.c: Return FALSE if we can't handle a query instead of changing the format. Ignore fact when dealing with mpeg audio.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 690728b3..518d0a7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-08 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/wavparse/gstwavparse.c:
+ Return FALSE if we can't handle a query instead of changing the
+ format. Ignore fact when dealing with mpeg audio.
+
2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>