From e7495dcfbb30efe770491d9ceb63d50a8a6bcf70 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 5 Mar 2007 15:42:58 +0000 Subject: ext/gconf/gstswitchsink.c: Install fakesink in NULL by fixing some broken logic. This obviates the need to manually s... Original commit message from CVS: * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset), (gst_switch_commit_new_kid), (gst_switch_sink_set_child): Install fakesink in NULL by fixing some broken logic. This obviates the need to manually set _IS_SINK. Add some comments and remove a little cruft while I'm at it. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 061bac86..3e3eab8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-03-05 Jan Schmidt + + * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset), + (gst_switch_commit_new_kid), (gst_switch_sink_set_child): + Install fakesink in NULL by fixing some broken logic. This obviates + the need to manually set _IS_SINK. + Add some comments and remove a little cruft while I'm at it. + 2007-03-05 Wim Taymans * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset): -- cgit