summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-02-19 11:57:58 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-02-19 11:57:58 +0000
commitb4d28290943826462216623b6f7aa01d8ee975a5 (patch)
tree28b415677fac2d8b3fee412dc37a1ed2d0a289f1 /ChangeLog
parentc64021f87d770e1e1ad8e62dd3be308bf05e7c53 (diff)
gst/flx/: Set MALLOCDATA for the temp buffers so we don't leak.
Original commit message from CVS: * gst/flx/flx_color.h: * gst/flx/flx_fmt.h: * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_src_query_handler), (flx_decode_color), (gst_flxdec_chain): * gst/flx/gstflxdec.h: Set MALLOCDATA for the temp buffers so we don't leak. Some debug cleanups. Consume all data in the adapter before leaving the chain function. Fixes #330678.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89596cc7..8509028c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-02-19 Wim Taymans <wim@fluendo.com>
+
+ * gst/flx/flx_color.h:
+ * gst/flx/flx_fmt.h:
+ * gst/flx/gstflxdec.c: (gst_flxdec_init),
+ (gst_flxdec_src_query_handler), (flx_decode_color),
+ (gst_flxdec_chain):
+ * gst/flx/gstflxdec.h:
+ Set MALLOCDATA for the temp buffers so we don't leak.
+ Some debug cleanups.
+ Consume all data in the adapter before leaving the chain
+ function. Fixes #330678.
+
2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
* gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):