Bin.getByNameRecurseUp

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

class Bin
getByNameRecurseUp
(
string name
)

Parameters

name string

the element name to search for

Return Value

Type: Element

the GstElement with the given name, or NULL. [transfer full]

Meta