diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-23 10:53:27 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-23 10:53:27 +0000 |
commit | 3d8a7d822d5f2dae77810d26084cc08bc2ed5b96 (patch) | |
tree | 461637f66f1fbc1fdc56b4c0cbcb9de260ce0a39 /ChangeLog | |
parent | 254ed9bb1a16f07dd48c32d6f773ee41d359cec9 (diff) | |
download | gst-plugins-bad-3d8a7d822d5f2dae77810d26084cc08bc2ed5b96.tar.gz gst-plugins-bad-3d8a7d822d5f2dae77810d26084cc08bc2ed5b96.tar.bz2 gst-plugins-bad-3d8a7d822d5f2dae77810d26084cc08bc2ed5b96.zip |
gst/avi/gstavidemux.c: Add some debugging. Better detection of broken indexes and the accompanying index recovery. No...
Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
(gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
(gst_avi_demux_process_next_entry):
Add some debugging. Better detection of broken indexes and the
accompanying index recovery. No infinite loops on state changes
when we're still in our loopfunction.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index), + (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek), + (gst_avi_demux_process_next_entry): + Add some debugging. Better detection of broken indexes and the + accompanying index recovery. No infinite loops on state changes + when we're still in our loopfunction. + 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * configure.ac: |