Gst.Bin.prototype.get_by_name_recurse_up

function get_by_name_recurse_up(name:String):Gst.Element {
    // Gjs wrapper for gst_bin_get_by_name_recurse_up()
}

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

Returns NULL if: - no element with the given name is found in the bin

MT safe. Caller owns returned reference.

name

the element name to search for

Returns

the Gst.Element with the given name, or NULL