Searched refs:weak_ref_quark (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstminiobject.c | 66 static GQuark weak_ref_quark; variable 145 weak_ref_quark = g_quark_from_static_string ("GstMiniObjectWeakRefQuark"); in _priv_gst_mini_object_initialize() 625 if (QDATA_QUARK (priv_data, i) == weak_ref_quark) in free_priv_data() 850 set_notify (object, -1, weak_ref_quark, notify, data, NULL); in gst_mini_object_weak_ref() 872 if ((i = find_notify (object, weak_ref_quark, TRUE, notify, data)) != -1) { in gst_mini_object_weak_unref()
|