Home
last modified time | relevance | path

Searched refs:gst_pad_new (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/libs/
Dflowcombiner.c67 pad1 = gst_pad_new ("src1", GST_PAD_SRC); in GST_START_TEST()
68 pad2 = gst_pad_new ("src2", GST_PAD_SRC); in GST_START_TEST()
69 pad3 = gst_pad_new ("src3", GST_PAD_SRC); in GST_START_TEST()
71 peer1 = gst_pad_new ("sink1", GST_PAD_SINK); in GST_START_TEST()
72 peer2 = gst_pad_new ("sink2", GST_PAD_SINK); in GST_START_TEST()
73 peer3 = gst_pad_new ("sink3", GST_PAD_SINK); in GST_START_TEST()
167 pad = gst_pad_new ("src1", GST_PAD_SRC); in GST_START_TEST()
168 peer = gst_pad_new ("sink1", GST_PAD_SINK); in GST_START_TEST()
188 pad = gst_pad_new ("src2", GST_PAD_SRC); in GST_START_TEST()
189 peer = gst_pad_new ("sink2", GST_PAD_SINK); in GST_START_TEST()
[all …]
Dcollectpads.c1026 data.pad = gst_pad_new ("clip_test", GST_PAD_SRC); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpad.c37 src = gst_pad_new ("source", GST_PAD_SRC); in GST_START_TEST()
46 sink = gst_pad_new ("sink", GST_PAD_SINK); in GST_START_TEST()
90 src = gst_pad_new ("source", GST_PAD_SRC); in GST_START_TEST()
92 sink = gst_pad_new ("sink", GST_PAD_SINK); in GST_START_TEST()
126 sink = gst_pad_new ("sink", GST_PAD_SINK); in GST_START_TEST()
129 src = gst_pad_new ("src", GST_PAD_SRC); in GST_START_TEST()
176 src = gst_pad_new ("src", GST_PAD_SRC); in GST_START_TEST()
183 sink = gst_pad_new ("sink", GST_PAD_SINK); in GST_START_TEST()
644 src = gst_pad_new ("src", GST_PAD_SRC); in GST_START_TEST()
717 src = gst_pad_new ("src", GST_PAD_SRC); in GST_START_TEST()
[all …]
Dgstelement.c37 p = gst_pad_new ("source", GST_PAD_SRC); in GST_START_TEST()
66 p = gst_pad_new ("source", GST_PAD_SRC); in GST_START_TEST()
811 p = gst_pad_new (name, g_random_boolean ()? GST_PAD_SRC : GST_PAD_SINK); in thread_add_remove_pads()
Dgstghostpad.c1152 srcpad = gst_pad_new ("srcpad", GST_PAD_SRC); in GST_START_TEST()
1348 GstPad *pad = gst_pad_new ("sink", GST_PAD_SINK); in GST_START_TEST()
Dgstutils.c1640 peer = gst_pad_new ("src", GST_PAD_SRC); in check_get_compatible_pad_request()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c136 td.mysink[0] = gst_pad_new ("mysink0", GST_PAD_SINK); in GST_START_TEST()
140 td.mysrc = gst_pad_new ("mysrc", GST_PAD_SRC); in GST_START_TEST()
173 td.mysink[0] = gst_pad_new ("mysink0", GST_PAD_SINK); in GST_START_TEST()
177 td.mysrc = gst_pad_new ("mysrc", GST_PAD_SRC); in GST_START_TEST()
210 td.mysink[0] = gst_pad_new ("mysink0", GST_PAD_SINK); in GST_START_TEST()
215 td.mysink[1] = gst_pad_new ("mysink1", GST_PAD_SINK); in GST_START_TEST()
221 td.mysrc = gst_pad_new ("mysrc", GST_PAD_SRC); in GST_START_TEST()
317 td.mysink[stream_cnt] = gst_pad_new (name, GST_PAD_SINK); in GST_START_TEST()
326 td.mysrc = gst_pad_new ("mysrc", GST_PAD_SRC); in GST_START_TEST()
443 td.mysink[0] = gst_pad_new ("mysink0", GST_PAD_SINK); in GST_START_TEST()
[all …]
Dmultiqueue.c430 inpad = gst_pad_new (name, GST_PAD_SRC); in construct_n_pads()
446 outpad = gst_pad_new (name, GST_PAD_SINK); in construct_n_pads()
748 inputpads[i] = gst_pad_new (name, GST_PAD_SRC); in GST_START_TEST()
764 sinkpads[i] = gst_pad_new (name, GST_PAD_SINK); in GST_START_TEST()
950 inputpad = gst_pad_new ("dummysrc", GST_PAD_SRC); in GST_START_TEST()
1038 inputpad = gst_pad_new ("dummysrc", GST_PAD_SRC); in GST_START_TEST()
1136 inputpad = gst_pad_new ("dummysrc", GST_PAD_SRC); in GST_START_TEST()
1231 inputpad = gst_pad_new ("dummysrc", GST_PAD_SRC); in GST_START_TEST()
1319 inputpad = gst_pad_new ("dummysrc", GST_PAD_SRC); in GST_START_TEST()
1439 inputpad = gst_pad_new ("dummysrc", GST_PAD_SRC); in GST_START_TEST()
[all …]
Dfunnel.c58 td->mysink = gst_pad_new ("sink", GST_PAD_SINK); in setup_test_objects()
62 td->mysrc1 = gst_pad_new ("src1", GST_PAD_SRC); in setup_test_objects()
67 td->mysrc2 = gst_pad_new ("src2", GST_PAD_SRC); in setup_test_objects()
Dconcat.c133 output_sink = gst_pad_new ("sink", GST_PAD_SINK); in GST_START_TEST()
255 output_sink = gst_pad_new ("sink", GST_PAD_SINK); in GST_START_TEST()
Dtee.c196 h->start_srcpad = gst_pad_new ("src", GST_PAD_SRC); in buffer_alloc_harness_setup()
207 h->final_sinkpad = gst_pad_new ("sink", GST_PAD_SINK); in buffer_alloc_harness_setup()
476 mysink1 = gst_pad_new ("mysink1", GST_PAD_SINK); in GST_START_TEST()
481 mysink2 = gst_pad_new ("mysink2", GST_PAD_SINK); in GST_START_TEST()
486 mysrc = gst_pad_new ("mysrc", GST_PAD_SRC); in GST_START_TEST()
Dqueue2.c330 inputpad = gst_pad_new ("dummysrc", GST_PAD_SRC); in GST_START_TEST()
622 inputpad = gst_pad_new ("dummysrc", GST_PAD_SRC); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/proxy/
Dgstproxysrc.c216 self->dummy_sinkpad = gst_pad_new ("dummy_sinkpad", GST_PAD_SINK); in gst_proxy_src_init()
219 self->internal_srcpad = gst_pad_new ("internal_src", GST_PAD_SRC); in gst_proxy_src_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Daspectratiocrop.c69 src_pad = gst_pad_new (NULL, GST_PAD_SRC); in check_aspectratiocrop()
Dqtmux.c1388 inputs[i]->sinkpad = gst_pad_new (name, GST_PAD_SINK); in _test_pad_added_cb()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Davwait.c238 aoutput_sink = gst_pad_new ("sink", GST_PAD_SINK); in test_avwait_generic()
243 voutput_sink = gst_pad_new ("sink", GST_PAD_SINK); in test_avwait_generic()
Dvideoframe-audiolevel.c370 aoutput_sink = gst_pad_new ("sink", GST_PAD_SINK); in test_videoframe_audiolevel_generic()
375 voutput_sink = gst_pad_new ("sink", GST_PAD_SINK); in test_videoframe_audiolevel_generic()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagmux.c179 mux->priv->sinkpad = gst_pad_new ("sink", GST_PAD_SINK); in gst_tag_mux_init()
200 mux->priv->srcpad = gst_pad_new ("src", GST_PAD_SRC); in gst_tag_mux_init()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c203 self->internal_srcpad = gst_pad_new ("internal_src", GST_PAD_SRC); in setup_recoder_pipeline()
204 self->internal_sinkpad = gst_pad_new ("internal_sink", GST_PAD_SINK); in setup_recoder_pipeline()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c916 src_pad = gst_pad_new ("src", GST_PAD_SRC); in gst_check_element_push_buffer_list()
946 sink_pad = gst_pad_new ("sink", GST_PAD_SINK); in gst_check_element_push_buffer_list()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h1292 GstPad* gst_pad_new (const gchar *name, GstPadDirection direction);
Dgstpad.c839 gst_pad_new (const gchar * name, GstPadDirection direction) in gst_pad_new() function
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dcompositor.c513 srcpad1 = gst_pad_new ("src1", GST_PAD_SRC); in run_late_caps_query_test()
535 srcpad2 = gst_pad_new ("src2", GST_PAD_SRC); in run_late_caps_query_test()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.c1247 sel->srcpad = gst_pad_new ("src", GST_PAD_SRC); in gst_input_selector_init()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstinputselector.c1366 sel->srcpad = gst_pad_new ("src", GST_PAD_SRC); in gst_input_selector_init()

12