diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-02-19 11:57:58 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-02-19 11:57:58 +0000 |
| commit | b4d28290943826462216623b6f7aa01d8ee975a5 (patch) | |
| tree | 28b415677fac2d8b3fee412dc37a1ed2d0a289f1 /ChangeLog | |
| parent | c64021f87d770e1e1ad8e62dd3be308bf05e7c53 (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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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): |
