summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-09 19:33:21 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-10-09 19:33:21 +0000
commit9440dd702f4082e4bac77cbdc2bc66041d6b5467 (patch)
treed313bbebbc6783a1b128941a6ce67ba4895c7304 /ChangeLog
parent25c81aed9d1adf75cb285a7641a1cddf6d771338 (diff)
downloadgst-plugins-bad-9440dd702f4082e4bac77cbdc2bc66041d6b5467.tar.gz
gst-plugins-bad-9440dd702f4082e4bac77cbdc2bc66041d6b5467.tar.bz2
gst-plugins-bad-9440dd702f4082e4bac77cbdc2bc66041d6b5467.zip
gst/avi/gstavidemux.c: OK, so the original code was too strict. It makes random AVI files hang for seconds upon openi...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index): OK, so the original code was too strict. It makes random AVI files hang for seconds upon opening, which is unacceptable and is far beyond the original goal of getting multiple chunks for one-chunk sounc stream files. So now do just that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 182893c3..b6f94dbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
+ OK, so the original code was too strict. It makes random AVI files
+ hang for seconds upon opening, which is unacceptable and is far
+ beyond the original goal of getting multiple chunks for one-chunk
+ sounc stream files. So now do just that.
+
+2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* gst/playback/gstplaybasebin.c: (setup_source),
(gst_play_base_bin_change_state):
Actually clean up streaminfo if output fails. This would trigger