Gst.Object.prototype.get_path_string

function get_path_string():String {
    // Gjs wrapper for gst_object_get_path_string()
}

Generates a string describing the path of object in the object hierarchy. Only useful (or used) for debugging.

Free-function: g_free

Returns

a string describing the path of object. You must GLib.free the string after usage. MT safe. Grabs and releases the Gst.Object's LOCK for all objects in the hierarchy.