summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-26 19:56:37 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-26 19:56:37 +0000
commit7b3777a4a1b5f7e5667ac26a7c9273cbaab6fabe (patch)
tree157bd6dd79aaf7e03f1a5c8dc29246938825466c /ChangeLog
parent022687f7ab3f0e1b0f629a6c9d4a8de021ceed27 (diff)
downloadgst-plugins-bad-7b3777a4a1b5f7e5667ac26a7c9273cbaab6fabe.tar.gz
gst-plugins-bad-7b3777a4a1b5f7e5667ac26a7c9273cbaab6fabe.tar.bz2
gst-plugins-bad-7b3777a4a1b5f7e5667ac26a7c9273cbaab6fabe.zip
ext/taglib/gsttaglib.*: Fix newsegment event handling a bit. We need to cache the first newsegment event, because we ...
Original commit message from CVS: * ext/taglib/gsttaglib.cc: * ext/taglib/gsttaglib.h: Fix newsegment event handling a bit. We need to cache the first newsegment event, because we can't adjust offsets yet when we get it, as we don't know the size of the tag yet for sure at that point. Also do some minor cleaning up here and there and add some debug statements.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5865019c..9d2de6b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-03-26 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/taglib/gsttaglib.cc:
+ * ext/taglib/gsttaglib.h:
+ Fix newsegment event handling a bit. We need to
+ cache the first newsegment event, because we can't
+ adjust offsets yet when we get it, as we don't
+ know the size of the tag yet for sure at that point.
+ Also do some minor cleaning up here and there and add
+ some debug statements.
+
2006-03-25 Tim-Philipp Müller <tim at centricular dot net>
* ext/taglib/gsttaglib.cc: