ObjectGst.getPathString

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

Free-function: g_free

class ObjectGst
string
getPathString
()

Return Value

Type: string

a string describing the path of object. You must g_free() the string after usage.

MT safe. Grabs and releases the GstObject's LOCK for all objects in the hierarchy.