Home
last modified time | relevance | path

Searched refs:GstPadQueryFunction (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h429 typedef gboolean (*GstPadQueryFunction) (GstPad *pad, GstObject *parent, typedef
787 GstPadQueryFunction queryfunc;
1557 void gst_pad_set_query_function_full (GstPad *pad, GstPadQueryFunction query,
Dgstpad.c1981 gst_pad_set_query_function_full (GstPad * pad, GstPadQueryFunction query, in gst_pad_set_query_function_full()
4155 GstPadQueryFunction func; in gst_pad_query()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsnparsetter.c81 (GstPadQueryFunction) GST_DEBUG_FUNCPTR (rsn_parsetter_src_query)); in rsn_parsetter_init()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dtee.c774 GstPadQueryFunction query_func) in add_sink_pad_and_setup_query_func()