gst/gstchildproxy.c: Fix copy&paste error in gst_child_proxy_removed() documentation.
authorSebastian Dröge <slomo@circular-chaos.org>
Sat, 5 Jul 2008 16:28:28 +0000 (16:28 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 5 Jul 2008 16:28:28 +0000 (16:28 +0000)
Original commit message from CVS:
* gst/gstchildproxy.c:
Fix copy&paste error in gst_child_proxy_removed() documentation.

ChangeLog
gst/gstchildproxy.c

index 9f212a7..dbb580a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       * gst/gstchildproxy.c:
+       Fix copy&paste error in gst_child_proxy_removed() documentation.
+
 2008-07-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
 
        * gst/gstplugin.c: (CHECK_PLUGIN_DESC_FIELD), (gst_plugin_load_file):
index ccb6890..5961579 100644 (file)
@@ -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.
  */