Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstelement.c864 gst_element_foreach_pad (e, pad_foreach_func, &checks); in GST_START_TEST()
882 gst_element_foreach_pad (e, pad_foreach_func, &checks); in GST_START_TEST()
902 gst_element_foreach_pad (e, pad_foreach_func, &checks); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcstats.c919 gst_element_foreach_pad (GST_ELEMENT (webrtc), in gst_webrtc_bin_create_stats()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h1088 gboolean gst_element_foreach_pad (GstElement * element,
Dgstelement.c1485 gst_element_foreach_pad (GstElement * element, GstElementForeachPadFunc func, in gst_element_foreach_pad() function