Skip to content
  • José Alburquerque's avatar
    miniobject: Add weak referencing functionality · cf671d7b
    José Alburquerque authored
    API: gst_mini_object_weak_ref()
    API: gst_mini_object_weak_unref()
    
    Add weak referencing functionality to GstMiniObject, which
    allows to get notifications when an mini object is destroyed
    but doesn't increase the real refcount. This is mostly
    useful for bindings.
    
    Fixes bug #609473.
    cf671d7b