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 | 739c4f4724fe7768fcf49053c1c1ad52a49da4f6 (patch) | |
tree | e9448ab4f126f9557bad7b75b9134b9beef51d35 /ChangeLog | |
parent | 7a8e6c5705a43febc0e6f532fa988ac8ab755696 (diff) | |
download | gst-plugins-bad-739c4f4724fe7768fcf49053c1c1ad52a49da4f6.tar.gz gst-plugins-bad-739c4f4724fe7768fcf49053c1c1ad52a49da4f6.tar.bz2 gst-plugins-bad-739c4f4724fe7768fcf49053c1c1ad52a49da4f6.zip |
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. |