take an additional reference. It is the responsibility of the caller to remove the parent again at a later time.
Parameters
parent | a parent #GstMiniObject |
void addParent(gst.mini_object.MiniObject parent)This adds parent as a parent for object. Having one ore more parents affects the writability of object: if a parent is not writable, object is also not writable, regardless of its refcount. object is only writable if all the parents are writable and its own refcount is exactly 1.
take an additional reference. It is the responsibility of the caller to remove the parent again at a later time.
parent | a parent #GstMiniObject |