mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
b442f74dd2
commit
1a2ab156b8
1 changed files with 7 additions and 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),
|
||||
|
|
Loading…
Reference in a new issue