summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e97eccb..576bd034 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-05-17 Benjamin Otte <otte@gnome.org>
+ * autogen.sh:
+ * configure.ac:
+ * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
+ compute offsets correctly for internal buffers so timestamps are set
+ correctly when we can't seek. Also handle cases where there are no
+ offsets. (based on a patch by David Moore, fixes #142507)
+
+2004-05-17 Benjamin Otte <otte@gnome.org>
+
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
use correct variable when determining amount of data to skip so we
don't skip into the void and segfault