From 13ed50b8f2670018daf6d3726a4f777d00944869 Mon Sep 17 00:00:00 2001 From: Fabrizio Gennari Date: Thu, 20 Apr 2006 16:33:55 +0000 Subject: gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to create an index. There may be other types ... Original commit message from CVS: Patch by: Fabrizio Gennari * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag), (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan): Fix index creation when we have to scan the file to create an index. There may be other types of RIFF 'LIST' chunks than 'movi' and we need to skip them properly as well or we'll end up reading garbage (#336889). Some other cosmetic changes. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8ec2d8d1..26b48d64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-04-20 Tim-Philipp Müller + + Patch by: Fabrizio Gennari + + * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag), + (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan): + Fix index creation when we have to scan the file to create + an index. There may be other types of RIFF 'LIST' chunks than + 'movi' and we need to skip them properly as well or we'll end up + reading garbage (#336889). Some other cosmetic changes. + 2006-04-20 Tim-Philipp Müller * ext/flac/gstflacdec.c: (gst_flac_dec_loop), -- cgit