From aa23e235dc6b8c622c0e85b6020efce3facb3314 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 24 Mar 2006 18:56:16 +0000 Subject: gst/avi/gstavidemux.c: this patch combines the global init_frames with the stream init_frames. Rationale being that t... Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index), (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek): this patch combines the global init_frames with the stream init_frames. Rationale being that the global delay should be subtracted from any stream delay. Fixes #335858. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a540b3b5..5743a1e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-03-24 Wim Taymans + + * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index), + (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan), + (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek): + this patch combines the global init_frames with the stream + init_frames. Rationale being that the global delay should + be subtracted from any stream delay. + Fixes #335858. + 2006-03-24 Stefan Kost * gst/matroska/matroska-mux.c: (gst_matroska_mux_init): -- cgit