From 9f6377ff0d0be274223523ac46e92c771408dfcf Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 6 May 2006 09:01:34 +0000 Subject: ext/flac/gstflacdec.*: Handle segment seeks that include the end of the file as stop point properly: when the decoder... Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_loop): * ext/flac/gstflacdec.h: Handle segment seeks that include the end of the file as stop point properly: when the decoder hits EOS we want to send a SEGMENT_DONE message instead of an EOS event in case we're in segment seek mode (fixes #340699). --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 87744736..beafb5d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-05-06 Tim-Philipp Müller + + * ext/flac/gstflacdec.c: (gst_flac_dec_loop): + * ext/flac/gstflacdec.h: + Handle segment seeks that include the end of the file as stop point + properly: when the decoder hits EOS we want to send a SEGMENT_DONE + message instead of an EOS event in case we're in segment seek + mode (fixes #340699). + 2006-05-05 Maciej Katafiasz * ext/cairo/gsttextoverlay.c: -- cgit