summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-01-04 11:09:19 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-01-04 11:09:19 +0000
commitbb6c6585c8892e949aa585e5478582815eed5570 (patch)
tree7475ce45306f6bb73de61b0bf5d4a20af49ea6d7 /ChangeLog
parent9de0a0af10c09b1ccd2b2d88690785445e980c49 (diff)
Fix for #154773 - fixes playback of small .wav files
Original commit message from CVS: Fix for #154773 - fixes playback of small .wav files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed92ea25..6ace6076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst/playback/gstplaybasebin.c:
+ * gst/wavparse/gstwavparse.c:
+ Fix for #154773 - fixes playback of small .wav files
+
2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>