ChildProxy.getChildByName

gobject.object.ObjectWrap getChildByName(string name)

Looks up a child element by the given name.

This virtual method has a default implementation that uses #GstObject together with [gst.object.ObjectWrap.getName]. If the interface is to be used with #GObjects, this methods needs to be overridden.

Parameters

namethe child's name

Returns

the child object or null if

not found.