summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-12-14 18:49:34 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-14 18:49:34 +0000
commit981460c22bfce3bfe9788c7d7e8373bb2dd22e44 (patch)
tree859c396bf425938327be54bb667d62fba0fbe5e7 /ChangeLog
parent7951e1cceb92e5b9176fb896ca33d5b191baa516 (diff)
ext/flac/gstflacdec.*: Send segments from the streaming thread. Fixes #502187.
Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback), (gst_flac_dec_write): * ext/flac/gstflacdec.h: Send segments from the streaming thread. Fixes #502187. Fix segment seeking and a bunch of other seeking cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00c24636..323942b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-12-14 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
+ (gst_flac_dec_write):
+ * ext/flac/gstflacdec.h:
+ Send segments from the streaming thread. Fixes #502187.
+ Fix segment seeking and a bunch of other seeking cases.
+
2007-12-14 Tim-Philipp Müller <tim at centricular dot net>
* gst/id3demux/id3v2frames.c: (parse_url_link_frame):