Searched refs:find_notify (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstminiobject.c | 488 find_notify (GstMiniObject * object, GQuark quark, gboolean match_notify, in find_notify() function 872 if ((i = find_notify (object, weak_ref_quark, TRUE, notify, data)) != -1) { in gst_mini_object_weak_unref() 914 if ((i = find_notify (object, quark, FALSE, NULL, NULL)) != -1) { in gst_mini_object_set_qdata() 952 if ((i = find_notify (object, quark, FALSE, NULL, NULL)) != -1) { in gst_mini_object_get_qdata() 985 if ((i = find_notify (object, quark, FALSE, NULL, NULL)) != -1) { in gst_mini_object_steal_qdata()
|