ObjectGst.getParent

Returns the parent of object. This function increases the refcount of the parent object so you should gst.object.ObjectGst.unref it after usage.

class ObjectGst
getParent
()

Return Value

Type: gst.object.ObjectGst

parent of object, this can be null if object has no parent. unref after usage.

MT safe. Grabs and releases object's LOCK.