summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-02-14 16:58:30 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-02-14 16:58:30 +0000
commitfed4575aefbc321383082bb3cc1854117a98c997 (patch)
treea547d710888f6dec542ae5b7038a31ee240ed114 /ChangeLog
parent44cded3b2f6b7c2db282402a0532fe6aebf58234 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42e4e4a3..6e160b40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-14 Edward Hervey <edward@fluendo.com>
+
+ * 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 <thaytan@mad.scientist.com>
* gst/id3demux/id3v2frames.c: (parse_insert_string_field),