gst/avi/gstavidemux.c: You need to allocatate (len+1) characters to store a len size...
authorEdward Hervey <bilboed@bilboed.com>
Thu, 4 Aug 2005 18:31:12 +0000 (18:31 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 4 Aug 2005 18:31:12 +0000 (18:31 +0000)
commit189fcfc4ae4fd08a5e6a5e675731c4d8512b2025
tree3864eb0f324ee39ffbd40aff8ce09feb962ef7ab
parentaecfd6b7afe006a3b92e1976a45a9dd653a7983d
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.
ChangeLog