Gst.ChildProxy::get_child_by_name

function vfunc_get_child_by_name(name:String):GObject.Object {
}

Looks up a child element by the given name.

This virtual method has a default implementation that uses Gst.Object together with Gst.get_name. If the interface is to be used with #GObjects, this methods needs to be overridden.

name

the childs name

Returns

the child object or null if not found. Unref after usage. MT safe.