From d2c83dc282734f2d88eab8cf06211afc39cde925 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 29 Sep 2005 16:06:18 +0000 Subject: [PATCH] changelog Original commit message from CVS: changelog --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 799a1b0e17..be54db3e03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-09-29 Andy Wingo + + * gst/gstbus.c (gst_bus_remove_signal_watch): New function, + removes signal watches previously added via + gst_bus_add_signal_watch. + (gst_bus_add_signal_watch): Don't return the source id, just store + it on the bus if there wasn't an id already. + + * gst/gstbus.h (GstBus): Add a couple new fields. API changes for + add_signal_watch and remove_signal_watch. + 2005-09-29 Edward Hervey * libs/gst/controller/gstcontroller.c: (gst_controller_new_list):