default_deep_notify

function default_deep_notify(object:GObject.Object, orig:Gst.Object, pspec:GObject.ParamSpec, excluded_props:[String]):void {
    // Gjs wrapper for gst_object_default_deep_notify()
}

A default deep_notify signal callback for an object. The user data should contain a pointer to an array of strings that should be excluded from the notify. The default handler will print the new value of the property using g_print.

MT safe. This function grabs and releases object's LOCK for getting its path string.

object

the GObject.Object that signalled the notify.

orig

a Gst.Object that initiated the notify.

pspec

a GObject.ParamSpec of the property.

excluded_props

a set of user-specified properties to exclude or NULL to show all changes.