summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-03-24 18:56:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-03-24 18:56:16 +0000
commitaa23e235dc6b8c622c0e85b6020efce3facb3314 (patch)
tree358bc03597803a49254c9c0aee32bb6e7607c37f /ChangeLog
parent24461755be62dd6becdf743a373e60942622a3e1 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a540b3b5..5743a1e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-24 Wim Taymans <wim@fluendo.com>
+
+ * 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 <ensonic@users.sf.net>
* gst/matroska/matroska-mux.c: (gst_matroska_mux_init):