diff options
author | Edward Hervey <bilboed@bilboed.com> | 2005-08-04 18:31:12 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2005-08-04 18:31:12 +0000 |
commit | 1a2ab156b8b66eaad1ddcc017f0823fc399526e9 (patch) | |
tree | 38d6c62818f5a48a2dbebd9d91f3a6b1118df734 /ChangeLog | |
parent | b442f74dd265e15ae8e00520673393967dcf444f (diff) | |
download | gst-plugins-bad-1a2ab156b8b66eaad1ddcc017f0823fc399526e9.tar.gz gst-plugins-bad-1a2ab156b8b66eaad1ddcc017f0823fc399526e9.tar.bz2 gst-plugins-bad-1a2ab156b8b66eaad1ddcc017f0823fc399526e9.zip |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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), |