mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
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.
This commit is contained in:
parent
944de3aa68
commit
36d76ce51c
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2008-07-02 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
* gst/gstplugin.c: (CHECK_PLUGIN_DESC_FIELD), (gst_plugin_load_file):
|
* gst/gstplugin.c: (CHECK_PLUGIN_DESC_FIELD), (gst_plugin_load_file):
|
||||||
|
|
|
@ -423,7 +423,7 @@ gst_child_proxy_child_added (GstObject * object, GstObject * child)
|
||||||
/**
|
/**
|
||||||
* gst_child_proxy_child_removed:
|
* gst_child_proxy_child_removed:
|
||||||
* @object: the parent object
|
* @object: the parent object
|
||||||
* @child: the newly added child
|
* @child: the removed child
|
||||||
*
|
*
|
||||||
* Emits the "child-removed" signal.
|
* Emits the "child-removed" signal.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue