summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-03-06 14:53:04 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-03-06 14:53:04 +0000
commitc71db98b91702454dc530811d0aefc21de873820 (patch)
treeca67268109d626265a6396520324a98df2d1b0c3 /ChangeLog
parent57145cecf3af244099543770806ccc2e330d4823 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6e96393..444c24f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * 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 <wim@fluendo.com>
* gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),