lookup_child


Description:

[ Version ( deprecated = true , deprecated_since = "1.14" ) ]
public virtual bool lookup_child (string prop_name, out Element element, out ParamSpec pspec)

Warning: lookup_child is deprecated since 1.14.

Looks up which element and pspec would be effected by the given name.

Note:

If various contained elements have this property name you will get the first one, unless you specify the class name in name.

Parameters:

this

Object to lookup the property in

prop_name

Name of the property to look up. You can specify the name of the class as such: "ClassName:GESTrackElement:property-name", to guarantee that you get the proper GParamSpec in case various GstElement-s contain the same property name. If you don't do so, you will get the first element found, having this property and the and the corresponding GParamSpec.

element

pointer to a Element that takes the real object to set property on

pspec

pointer to take the specification describing the property

Returns:

TRUE if element and pspec could be found. FALSE otherwise. In that case the values for pspec and element are not modified. Unref element after usage.