Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstpadtemplate.c556 GST_PAD_TEMPLATE_PRESENCE (object) = in gst_pad_template_set_property()
589 g_value_set_enum (value, GST_PAD_TEMPLATE_PRESENCE (object)); in gst_pad_template_get_property()
Dgstpadtemplate.h87 #define GST_PAD_TEMPLATE_PRESENCE(templ) (((GstPadTemplate *)(templ))->presence) macro
Dgstdebugutils.c255 presence = GST_PAD_TEMPLATE_PRESENCE (pad_templ); in debug_dump_pad()
Dgstutils.c1013 presence = GST_PAD_TEMPLATE_PRESENCE (templ); in gst_element_get_pad_from_template()
1941 && GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (temp)) == in gst_element_link_pads_full()
1999 && GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (temp)) == in gst_element_link_pads_full()
Dgstelement.c363 GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (pad)) == in gst_element_release_request_pad()
3396 GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (pad)) in gst_element_dispose()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixerbin.c385 || GST_PAD_TEMPLATE_PRESENCE (templ) != presence) { 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.cpp896 GST_PAD_TEMPLATE_PRESENCE (t) != GST_PAD_REQUEST) in gst_d3d11_compositor_bin_request_new_pad()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin3.c806 if (GST_PAD_TEMPLATE_PRESENCE (templ) == GST_PAD_REQUEST) { in src_pad_removed_cb()
Dgstparsebin.c2280 switch (GST_PAD_TEMPLATE_PRESENCE (templ)) { in connect_element()
2600 switch (GST_PAD_TEMPLATE_PRESENCE (templ)) { in is_demuxer_element()
Dgstdecodebin2.c2897 switch (GST_PAD_TEMPLATE_PRESENCE (templ)) { in connect_element()
3372 switch (GST_PAD_TEMPLATE_PRESENCE (templ)) { in is_demuxer_element()
Dgsturisourcebin.c1770 if (GST_PAD_TEMPLATE_PRESENCE (templ) == GST_PAD_SOMETIMES) in analyse_source()
Dgsturidecodebin.c1847 if (GST_PAD_TEMPLATE_PRESENCE (templ) == GST_PAD_SOMETIMES) in analyse_source()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c1067 presence = GST_PAD_TEMPLATE_PRESENCE (templ); in gst_element_get_pad_from_template()
2336 if (GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (pad)) == in stream_group_free()
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y589 (GST_PAD_TEMPLATE_PRESENCE(templ) == GST_PAD_SOMETIMES)) in gst_parse_perform_delayed_link()
Dgrammar.y.in589 (GST_PAD_TEMPLATE_PRESENCE(templ) == GST_PAD_SOMETIMES))
Dgrammar.tab.c663 (GST_PAD_TEMPLATE_PRESENCE(templ) == GST_PAD_SOMETIMES)) in gst_parse_perform_delayed_link()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstutils.c1314 if (GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (pad)) == GST_PAD_REQUEST) in count_request_pad()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c658 is_request = GST_PAD_TEMPLATE_PRESENCE (temp) == GST_PAD_REQUEST; in gst_pad_is_request_pad()
/third_party/gstreamer/gstplugins_base/
DChangeLog79709 == NULL || GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (pad)) ==