diff --git a/ChangeLog b/ChangeLog index 9f212a7b92..dbb580a4d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-05 Sebastian Dröge + + * gst/gstchildproxy.c: + Fix copy&paste error in gst_child_proxy_removed() documentation. + 2008-07-02 Tim-Philipp Müller * gst/gstplugin.c: (CHECK_PLUGIN_DESC_FIELD), (gst_plugin_load_file): diff --git a/gst/gstchildproxy.c b/gst/gstchildproxy.c index ccb689021f..596157922e 100644 --- a/gst/gstchildproxy.c +++ b/gst/gstchildproxy.c @@ -423,7 +423,7 @@ gst_child_proxy_child_added (GstObject * object, GstObject * child) /** * gst_child_proxy_child_removed: * @object: the parent object - * @child: the newly added child + * @child: the removed child * * Emits the "child-removed" signal. */