GstMiniObjectNotify

A #GstMiniObjectNotify function can be added to a mini object as a callback that gets triggered when gst_mini_object_unref() drops the last ref and @obj is about to be freed.

alias GstMiniObjectNotify = void function(void* userData, GstMiniObject* obj)

Meta