summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-07 18:15:08 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-07 18:15:08 +0000
commit661ddc65c3981aaa640ef9135eb35901f7861db1 (patch)
tree6d03de9de692a9bb442db438e04f549552dcce6b /ChangeLog
parent5900db993d5d1a06d9e587695f4e62cbda1ddd20 (diff)
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <tim at centricular dot net>
+
+ * 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 <edward@fluendo.com>
* gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):