Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c552 GST_PAD_TEMPLATE_DIRECTION (object) = in gst_pad_template_set_property()
586 g_value_set_enum (value, GST_PAD_TEMPLATE_DIRECTION (object)); in gst_pad_template_get_property()
Dgstpadtemplate.h79 #define GST_PAD_TEMPLATE_DIRECTION(templ) (((GstPadTemplate *)(templ))->direction) macro
Dgstghostpad.c717 g_return_val_if_fail (GST_PAD_TEMPLATE_DIRECTION (templ) == in gst_ghost_pad_new_from_template()
759 gst_ghost_pad_new_full (name, GST_PAD_TEMPLATE_DIRECTION (templ), templ); in gst_ghost_pad_new_no_target_from_template()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixerbin.c384 if (GST_PAD_TEMPLATE_DIRECTION (templ) != direction in _find_element_pad_template()
499 GST_PAD_TEMPLATE_DIRECTION (templ), GST_PAD_TEMPLATE_PRESENCE (templ)); in gst_gl_mixer_bin_request_new_pad()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositorbin.cpp895 if (GST_PAD_TEMPLATE_DIRECTION (t) != GST_PAD_SINK || in gst_d3d11_compositor_bin_request_new_pad()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c630 if (GST_PAD_TEMPLATE_DIRECTION (pad_tmpl) == GST_PAD_SRC) in check_element_type()
632 if (GST_PAD_TEMPLATE_DIRECTION (pad_tmpl) == GST_PAD_SINK) in check_element_type()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautoconvert.c1148 if (GST_PAD_TEMPLATE_DIRECTION (template) == dir) { in gst_auto_convert_getcaps()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y588 if ((GST_PAD_TEMPLATE_DIRECTION (templ) == GST_PAD_SRC) && in gst_parse_perform_delayed_link()
Dgrammar.y.in588 if ((GST_PAD_TEMPLATE_DIRECTION (templ) == GST_PAD_SRC) &&
Dgrammar.tab.c662 if ((GST_PAD_TEMPLATE_DIRECTION (templ) == GST_PAD_SRC) && in gst_parse_perform_delayed_link()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c2273 if (GST_PAD_TEMPLATE_DIRECTION (templ) != GST_PAD_SRC) in connect_element()
2599 if (GST_PAD_TEMPLATE_DIRECTION (templ) == GST_PAD_SRC) { in is_demuxer_element()
Dgstdecodebin2.c2890 if (GST_PAD_TEMPLATE_DIRECTION (templ) != GST_PAD_SRC) in connect_element()
3371 if (GST_PAD_TEMPLATE_DIRECTION (templ) == GST_PAD_SRC) { in is_demuxer_element()
Dgsturisourcebin.c1769 if (GST_PAD_TEMPLATE_DIRECTION (templ) == GST_PAD_SRC) { in analyse_source()
Dgsturidecodebin.c1846 if (GST_PAD_TEMPLATE_DIRECTION (templ) == GST_PAD_SRC) { in analyse_source()