From 1ef3722bf6328c3902e9d43c8000c368a3a30a25 Mon Sep 17 00:00:00 2001 From: Fabrizio Gennari Date: Fri, 21 Apr 2006 18:07:10 +0000 Subject: gst/avi/gstavidemux.c: When splitting audio chunks, the block alignment is not taken in consideration, so the smaller... Original commit message from CVS: Patch by: Fabrizio Gennari * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index), (gst_avi_demux_massage_index): When splitting audio chunks, the block alignment is not taken in consideration, so the smaller chunks could be of size which is not a multiple of the block alignment. Fixes #336904 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 219d3016..c5e4b3d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-04-21 Wim Taymans + + Patch by: Fabrizio Gennari + + * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream), + (gst_avi_demux_parse_index), (gst_avi_demux_massage_index): + When splitting audio chunks, the block alignment is not taken in + consideration, so the smaller chunks could be of size which is + not a multiple of the block alignment. Fixes #336904 + 2006-04-21 Wim Taymans * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert): -- cgit