From 981460c22bfce3bfe9788c7d7e8373bb2dd22e44 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 14 Dec 2007 18:49:34 +0000 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 00c24636..323942b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-12-14 Wim Taymans + + * 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 * gst/id3demux/id3v2frames.c: (parse_url_link_frame): -- cgit