Bin.getByName

gst.element.Element getByName(string name)

Gets the element with the given name from a bin. This function recurses into child bins.

Parameters

namethe element name to search for

Returns

the #GstElement with the given

name