From 661ddc65c3981aaa640ef9135eb35901f7861db1 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 7 Apr 2006 18:15:08 +0000 Subject: ext/flac/gstflacdec.*: If the stream header doesn't contain the total number of samples, search for the last flac fra... Original commit message from CVS: * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8), (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block), (gst_flac_dec_metadata_callback): * ext/flac/gstflacdec.h: If the stream header doesn't contain the total number of samples, search for the last flac frame at the end of the file and calculate the total duration from that frame's offset (fixes #337609). --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7cda1c5e..f1ad8e35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-04-07 Tim-Philipp Müller + + * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8), + (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block), + (gst_flac_dec_metadata_callback): + * ext/flac/gstflacdec.h: + If the stream header doesn't contain the total number of samples, + search for the last flac frame at the end of the file and calculate + the total duration from that frame's offset (fixes #337609). + 2006-04-07 Edward Hervey * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream): -- cgit