X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstbin.h;h=391e51a978cf39ed32967c4165e3f66c8ff7d486;hb=0794b593af3b7fb651c2fe2e3cb732244c067c2c;hp=df998865bd2e9b7fb2e98e10ef798c3f24ec18ba;hpb=06b015b62ac8559958af566166c5b17f6c1ac17e;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstbin.h b/gst/gstbin.h index df99886..391e51a 100644 --- a/gst/gstbin.h +++ b/gst/gstbin.h @@ -144,6 +144,10 @@ struct _GstBin { * @add_element: method to add an element to a bin * @remove_element: method to remove an element from a bin * @handle_message: method to handle a message from the children + * @deep_element_added: method called when an element was added somewhere + * in the bin hierarchy + * @deep_element_removed: method called when an element was removed somewhere + * in the bin hierarchy * * Subclasses can override the @add_element and @remove_element to * update the list of children in the bin. @@ -152,7 +156,7 @@ struct _GstBin { * message handling. @handle_message takes ownership of the message, just like * #gst_element_post_message. * - * The @element_added_deep vfunc will be called when a new element has been + * The @deep_element_added vfunc will be called when a new element has been * added to any bin inside this bin, so it will also be called if a new child * was added to a sub-bin of this bin. #GstBin implementations that override * this message should chain up to the parent class implementation so the