Searched refs:object_to_unref (Results 1 – 2 of 2) sorted by relevance
1211 gst_check_objects_destroyed_on_unref (gpointer object_to_unref, in gst_check_objects_destroyed_on_unref() argument1218 destroyed->object = object_to_unref; in gst_check_objects_destroyed_on_unref()1219 g_object_weak_ref (object_to_unref, (GWeakNotify) weak_notify, destroyed); in gst_check_objects_destroyed_on_unref()1237 gst_object_unref (object_to_unref); in gst_check_objects_destroyed_on_unref()1265 gst_check_object_destroyed_on_unref (gpointer object_to_unref) in gst_check_object_destroyed_on_unref() argument1267 gst_check_objects_destroyed_on_unref (object_to_unref, NULL, NULL); in gst_check_object_destroyed_on_unref()
191 void gst_check_objects_destroyed_on_unref (gpointer object_to_unref, gpointer first_object, ...)195 void gst_check_object_destroyed_on_unref (gpointer object_to_unref);