Bin.getByNameRecurseUp

gst.element.Element getByNameRecurseUp(string name)

Gets the element with the given name from this bin. If the element is not found, a recursion is performed on the parent bin.

Parameters

namethe element name to search for

Returns

the #GstElement with the given

name