Home
last modified time | relevance | path

Searched refs:object_to_unref (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c1211 gst_check_objects_destroyed_on_unref (gpointer object_to_unref, in gst_check_objects_destroyed_on_unref() argument
1218 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() argument
1267 gst_check_objects_destroyed_on_unref (object_to_unref, NULL, NULL); in gst_check_object_destroyed_on_unref()
Dgstcheck.h191 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);