Gst.Object.prototype.unparent
function unparent():void {
// Gjs wrapper for gst_object_unparent()
}Clear the parent of object, removing the associated reference. This function decreases the refcount of object.
MT safe. Grabs and releases object's lock.