Bin.getByName

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

class Bin
getByName
(
string name
)

Parameters

name string

the element name to search for

Return Value

Type: gst.element.Element

the #GstElement with the given name