Searched refs:object_to_unref (Results 1 – 2 of 2) sorted by relevance
1269 gst_check_objects_destroyed_on_unref (gpointer object_to_unref, in gst_check_objects_destroyed_on_unref() argument1276 destroyed->object = object_to_unref; in gst_check_objects_destroyed_on_unref()1277 g_object_weak_ref (object_to_unref, (GWeakNotify) weak_notify, destroyed); in gst_check_objects_destroyed_on_unref()1295 gst_object_unref (object_to_unref); in gst_check_objects_destroyed_on_unref()1323 gst_check_object_destroyed_on_unref (gpointer object_to_unref) in gst_check_object_destroyed_on_unref() argument1325 gst_check_objects_destroyed_on_unref (object_to_unref, NULL, NULL); in gst_check_object_destroyed_on_unref()
203 void gst_check_objects_destroyed_on_unref (gpointer object_to_unref, gpointer first_object, ...)207 void gst_check_object_destroyed_on_unref (gpointer object_to_unref);