summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-08-04 18:31:12 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-08-04 18:31:12 +0000
commit6af187c535f54a4cd71aa85fe7b204b4cec2eac4 (patch)
tree5e05d609ab29885de7bf16f78c156164babff707 /ChangeLog
parent7e8df65cc2df0ddea9e943245c0ed0402306a50a (diff)
gst/avi/gstavidemux.c: You need to allocatate (len+1) characters to store a len size string.
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_reset), (gst_avi_demux_parse_stream), (gst_avi_demux_process_next_entry): You need to allocatate (len+1) characters to store a len size string. Also don't stop the processing task if the output pad is not linked.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75c5df24..fa8196d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-04 Edward Hervey <edward@fluendo.com>
+
+ * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
+ (gst_avi_demux_parse_stream), (gst_avi_demux_process_next_entry):
+ You need to allocatate (len+1) characters to store a len size string.
+ Also don't stop the processing task if the output pad is not linked.
+
2005-08-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),