Home
last modified time | relevance | path

Searched refs:data_notify (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgsttypefind.h78 … GST_TYPE_FIND_REGISTER_DEFINE(t_f, t_f_n, r, func, extensions, possible_caps, data, data_notify) \ argument
82 …rn gst_type_find_register (plugin, t_f_n, r, func, extensions, possible_caps, data, data_notify); \
237 GDestroyNotify data_notify);
Dgsttypefind.c66 GstCaps * possible_caps, gpointer data, GDestroyNotify data_notify) in gst_type_find_register() argument
86 factory->user_data_notify = data_notify; in gst_type_find_register()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c78 GDestroyNotify data_notify; member
648 if (t->data_notify) in test_webrtc_free()
649 t->data_notify (t->user_data); in test_webrtc_free()