Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c617 gboolean * has_srcpad) in check_element_type() argument
622 *has_srcpad = element->numsrcpads > 0; in check_element_type()
631 *has_srcpad |= TRUE; in check_element_type()
750 gboolean has_sinkpad, has_srcpad; in gst_harness_add_element_full() local
757 check_element_type (element, &has_sinkpad, &has_srcpad); in gst_harness_add_element_full()
764 if (has_srcpad) in gst_harness_add_element_full()
768 if (has_sinkpad && !has_srcpad) in gst_harness_add_element_full()