From c71db98b91702454dc530811d0aefc21de873820 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 6 Mar 2007 14:53:04 +0000 Subject: ext/gconf/gstswitchsink.c: Fix up the dispose logic so it doesn't leak, and fix setting of the child state so that we... Original commit message from CVS: * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose), (gst_switch_commit_new_kid): Fix up the dispose logic so it doesn't leak, and fix setting of the child state so that we don't set a child to our current state just as we are changing it to something else. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6e96393..444c24f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-03-06 Jan Schmidt + + * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose), + (gst_switch_commit_new_kid): + Fix up the dispose logic so it doesn't leak, and fix setting of + the child state so that we don't set a child to our current state + just as we are changing it to something else. + 2007-03-06 Wim Taymans * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer), -- cgit