From b4d28290943826462216623b6f7aa01d8ee975a5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 19 Feb 2006 11:57:58 +0000 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 89596cc7..8509028c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-02-19 Wim Taymans + + * 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 * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list): -- cgit