From fed4575aefbc321383082bb3cc1854117a98c997 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 14 Feb 2006 16:58:30 +0000 Subject: gst/avi/gstavidemux.c: There can be bogus data before the hdrl LIST tag in the RIFF header. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header): There can be bogus data before the hdrl LIST tag in the RIFF header. It's hard to say if it's not respecting the AVI specifications or not, but since Google Video is producing AVIs like that and the other player don't seem to complain, I guess we should do the same. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42e4e4a3..6e160b40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-02-14 Edward Hervey + + * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header): + There can be bogus data before the hdrl LIST tag in the RIFF header. + It's hard to say if it's not respecting the AVI specifications or not, + but since Google Video is producing AVIs like that and the other player + don't seem to complain, I guess we should do the same. + 2006-02-13 Jan Schmidt * gst/id3demux/id3v2frames.c: (parse_insert_string_field), -- cgit