summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-05-13 08:21:26 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-13 08:21:26 +0000
commitaa959152d139a609371b40b9b2fd39cee16cf942 (patch)
tree1108c5c10f03d7963da440b9be41d31684a5a97f /ChangeLog
parent894206be3ddf0c7e6adb7b768a34c9262444ef3a (diff)
ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealment packets.
Original commit message from CVS: * ext/speex/gstspeexdec.c: (speex_dec_sink_event): Fix the calculation of the duration of the concealment packets.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f53d8c6..319f84a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
+ Fix the calculation of the duration of the concealment packets.
+
2008-05-12 Wim Taymans <wim.taymans@collabora.co.uk>
Based on patch by: Olivier Crete <tester at tester dot ca>