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.c1269 gst_check_objects_destroyed_on_unref (gpointer object_to_unref, in gst_check_objects_destroyed_on_unref() argument
1276 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() argument
1325 gst_check_objects_destroyed_on_unref (object_to_unref, NULL, NULL); in gst_check_object_destroyed_on_unref()
Dgstcheck.h203 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);