Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpbin.c280 fail_unless (rtpbin->numsinkpads == 1); in GST_START_TEST()
298 fail_unless (rtpbin->numsinkpads == 1); in GST_START_TEST()
312 fail_unless (rtpbin->numsinkpads == 0); in GST_START_TEST()
352 fail_unless (rtpbin->numsinkpads == 1); in GST_START_TEST()
370 fail_unless (rtpbin->numsinkpads == 1); in GST_START_TEST()
393 fail_unless (rtpbin->numsinkpads == 0); in GST_START_TEST()
511 fail_unless (rtpbin->numsinkpads == 0); in GST_START_TEST()
568 fail_unless (rtpbin->numsinkpads == 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c312 if (element->numsrcpads != 1 || element->numsinkpads != 1) { in validate_element()
337 if (element->numsinkpads == 1) in get_single_pad()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmosaic.c478 count = GST_ELEMENT_CAST (gl_mosaic)->numsinkpads; in gst_gl_mosaic_child_proxy_get_children_count()
Dgstglstereomix.c786 count = GST_ELEMENT_CAST (gl_stereo_mix)->numsinkpads; in gst_gl_stereo_mix_child_proxy_get_children_count()
Dgstglvideomixer.c1684 count = GST_ELEMENT_CAST (gl_video_mixer)->numsinkpads; in gst_gl_video_mixer_child_proxy_get_children_count()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfunnel.c259 if (element->numsinkpads == 0) in gst_funnel_all_sinkpads_eos_unlocked()
/third_party/gstreamer/gstplugins_bad/ext/iqa/
Diqa.c125 count = GST_ELEMENT_CAST (iqa)->numsinkpads; in gst_iqa_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c444 count = GST_ELEMENT_CAST (audiomixer)->numsinkpads; in gst_audiomixer_child_proxy_get_children_count()
Dgstaudiointerleave.c888 count = GST_ELEMENT_CAST (self)->numsinkpads; in gst_audio_interleave_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmux.c657 p->parent.n_tracks = GST_ELEMENT_CAST (mux)->numsinkpads + 1; in gst_mxf_mux_create_metadata()
786 p->n_tracks = GST_ELEMENT_CAST (mux)->numsinkpads + 1; in gst_mxf_mux_create_metadata()
1130 mux->partition.n_essence_containers = GST_ELEMENT_CAST (mux)->numsinkpads; in gst_mxf_mux_init_partition_pack()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h785 guint16 numsinkpads; member
Dgstelement.c791 element->numsinkpads++; in gst_element_add_pad()
914 element->numsinkpads--; in gst_element_remove_pad()
1437 &element->sinkpads, &element->numsinkpads); in gst_element_foreach_sink_pad()
Dgstutils.c3976 g_return_val_if_fail (parent->numsinkpads <= 1, NULL); in gst_pad_create_stream_id_internal()
Dgstbin.c2216 if (element->numsinkpads != 0) { in update_degree()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c865 if (filter->numsinkpads != 1) { in _set_filter()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c1575 count = GST_ELEMENT_CAST (adder)->numsinkpads; in gst_adder_child_proxy_get_children_count()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c2666 vaggpad->priv->zorder = GST_ELEMENT (vagg)->numsinkpads; in gst_video_aggregator_request_new_pad()
2689 last_pad = (GST_ELEMENT (vagg)->numsinkpads - 1 == 0); in gst_video_aggregator_release_pad()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1695 count = GST_ELEMENT_CAST (compositor)->numsinkpads; in gst_compositor_child_proxy_get_children_count()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c342 fail_unless (b2->numsinkpads == 1); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp1621 count = GST_ELEMENT_CAST (self)->numsinkpads; in gst_d3d11_compositor_child_proxy_get_children_count()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c623 *has_sinkpad = element->numsinkpads > 0; in check_element_type()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin.c2062 if (decodebin->numsinkpads == 0) in make_decoder()
/third_party/gstreamer/gstplugins_bad/
DChangeLog77268 numsrcpads = 0, srcpads = 0x0, numsinkpads = 1, sinkpads = 0x109cc30,