From b9a1894e5c5b2f07cdb20c7465d6915aaedec438 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 8 Oct 2008 13:31:44 +0000 Subject: gst/avi/gstavidemux.*: For timestamping audio packets we need to take into account the amount of blocks in one entry ... Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index): * gst/avi/gstavidemux.h: For timestamping audio packets we need to take into account the amount of blocks in one entry using the blockalign. Fixes some sync issues with zero-padded audio blocks in the beginning of avi files. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c8cb9df..22e48517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-10-08 Wim Taymans + + * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex), + (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index): + * gst/avi/gstavidemux.h: + For timestamping audio packets we need to take into account the + amount of blocks in one entry using the blockalign. Fixes some sync + issues with zero-padded audio blocks in the beginning of avi files. + 2008-10-08 Wim Taymans * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init), -- cgit