From 63881aeec07deca048db446e532d990a11d87f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 22 Mar 2007 22:14:29 +0000 Subject: gst/interleave/deinterleave.c: Don't leak input buffer in chain function; maintain our own list of source pads - ther... Original commit message from CVS: * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads), (gst_deinterleave_remove_pads), (gst_deinterleave_process), (gst_deinterleave_chain): Don't leak input buffer in chain function; maintain our own list of source pads - there are no guarantees about the order of the list in the GstElement struct, and we want a very specific order; lastly, some more debugging. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdb9f190..3bc78999 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-03-22 Tim-Philipp Müller + + * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads), + (gst_deinterleave_remove_pads), (gst_deinterleave_process), + (gst_deinterleave_chain): + Don't leak input buffer in chain function; maintain our own list of + source pads - there are no guarantees about the order of the list + in the GstElement struct, and we want a very specific order; lastly, + some more debugging. + 2007-03-22 Tim-Philipp Müller * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init): -- cgit v1.2.1