Gst.Object::deep-notify
function callback(object, prop_object:Gst.Object, prop:GObject.ParamSpec, ):void;
The deep notify signal is used to be notified of property changes. It is typically attached to the toplevel bin to receive notifications from all the elements contained in that bin.
- object
instance of Gst.Object that is emitting the signal
- prop_object
the object that originated the signal
- prop
the property that changed