]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
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)
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

index 75c5df2462c89c2dbf4b18d41c599e803e8c2873..fa8196d4179f3fec04f419bd431367e7153ca00e 100644 (file)
--- 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),