From d4e7ce1e524939268d9df0a289482917cda352b5 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 8 Apr 2006 13:09:50 +0000 Subject: ext/flac/gstflacdec.c: Don't try to seek beyond the end of the file (would occasionally display error dialogs in tote... Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event): Don't try to seek beyond the end of the file (would occasionally display error dialogs in totem when seeking to the end) (#335869). Will still throw an error though if the file is truncated and the total_samples value in the stream header is wrong. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1ad8e35..104176b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-04-08 Tim-Philipp Müller + + * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event): + Don't try to seek beyond the end of the file (would + occasionally display error dialogs in totem when seeking + to the end) (#335869). Will still throw an error though + if the file is truncated and the total_samples value in + the stream header is wrong. + 2006-04-07 Tim-Philipp Müller * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8), -- cgit