From 36d76ce51c90e05baa5ca40736a46701e21ecd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 5 Jul 2008 16:28:28 +0000 Subject: [PATCH] gst/gstchildproxy.c: Fix copy&paste error in gst_child_proxy_removed() documentation. Original commit message from CVS: * gst/gstchildproxy.c: Fix copy&paste error in gst_child_proxy_removed() documentation. --- ChangeLog | 5 +++++ gst/gstchildproxy.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. */