From 25665a0df3ccad07a6867eb3d231d6e580393b99 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 16 Aug 2008 14:54:56 +0000 Subject: gst/avi/gstavidemux.c: Some AVI 2.0 (ODML) files don't respect the 'specifications' completely and instead of using t... Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_read_subindexes_push): Some AVI 2.0 (ODML) files don't respect the 'specifications' completely and instead of using the 'ix##' nomenclature, use '##ix'. They're still valid though, this fixes the duration and indexes for virtually all the ODML files I have. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 239a94db..a5106298 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-08-16 Edward Hervey + + * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull), + (gst_avi_demux_read_subindexes_push): + Some AVI 2.0 (ODML) files don't respect the 'specifications' completely + and instead of using the 'ix##' nomenclature, use '##ix'. + They're still valid though, this fixes the duration and indexes for + virtually all the ODML files I have. + 2008-08-15 Wim Taymans Patch by: Olivier Crete -- cgit