Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpad.h106 GST_PAD_LINK_WRONG_HIERARCHY = -1, enumerator
Dgstenumtypes.c1080 { C_ENUM(GST_PAD_LINK_WRONG_HIERARCHY), "GST_PAD_LINK_WRONG_HIERARCHY", "wrong-hierarchy" }, in gst_pad_link_return_get_type()
Dgstpad.c287 case GST_PAD_LINK_WRONG_HIERARCHY: in gst_pad_link_get_name()
2435 return GST_PAD_LINK_WRONG_HIERARCHY; in gst_pad_link_prepare()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c281 fail_unless (ret == GST_PAD_LINK_WRONG_HIERARCHY); in GST_START_TEST()
Dgstbin.c843 fail_unless (gst_pad_link (srcpad, sinkpad) == GST_PAD_LINK_WRONG_HIERARCHY); in GST_START_TEST()