diff options
| author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-29 12:41:03 +0000 |
|---|---|---|
| committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-29 12:41:03 +0000 |
| commit | 9506620fe2758c8c4e56747151f08e4d80b5a4bf (patch) | |
| tree | 53213b90838c1f8a5a8071b9c92f640dc2e88758 /ChangeLog | |
| parent | 1b3995f5c26cca9d65ba616f62afe8dc4c569b0f (diff) | |
gst/avi/gstavidemux.c: Fix quite humiliating bug in omitting 0-sized index chunks but forgetting to count them for ti...
Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
(gst_avi_demux_massage_index):
Fix quite humiliating bug in omitting 0-sized index chunks but
forgetting to count them for timestamps.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index), + (gst_avi_demux_massage_index): + Fix quite humiliating bug in omitting 0-sized index chunks but + forgetting to count them for timestamps. + +2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/a52dec/gsta52dec.c: (gst_a52dec_loop): Actually leave the loop if we failed to sync. Don't crash. |
