ObjectGst.hasAsAncestor

Check if object has an ancestor ancestor somewhere up in the hierarchy. One can e.g. check if a #GstElement is inside a #GstPipeline.

class ObjectGst
bool
hasAsAncestor

Parameters

ancestor gst.object.ObjectGst

a #GstObject to check as ancestor

Return Value

Type: bool

true if ancestor is an ancestor of object.

MT safe. Grabs and releases object's locks.