MiniObjectNotify


Description:

[ CCode ( instance_pos = 0.9 ) ]
public delegate void MiniObjectNotify (MiniObject obj)

A MiniObjectNotify function can be added to a mini object as a callback that gets triggered when unref drops the last ref and obj is about to be freed.

Parameters:

obj

the mini object

user_data

data that was provided when the notify was added


Namespace: Gst
Package: gstreamer-1.0