diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-03-24 18:56:16 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-03-24 18:56:16 +0000 |
| commit | aa23e235dc6b8c622c0e85b6020efce3facb3314 (patch) | |
| tree | 358bc03597803a49254c9c0aee32bb6e7607c37f /ChangeLog | |
| parent | 24461755be62dd6becdf743a373e60942622a3e1 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |
