Home
last modified time | relevance | path

Searched refs:GST_PAD_QUERYFUNC (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h958 #define GST_PAD_QUERYFUNC(pad) (GST_PAD_CAST(pad)->queryfunc) macro
Dgstpad.c407 GST_PAD_QUERYFUNC (pad) = gst_pad_query_default; in gst_pad_init()
1988 GST_PAD_QUERYFUNC (pad) = query; in gst_pad_set_query_function_full()
4189 if ((func = GST_PAD_QUERYFUNC (pad)) == NULL) in gst_pad_query()