Home
last modified time | relevance | path

Searched refs:gst_bin_add (Results 1 – 25 of 172) sorted by relevance

1234567

/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c183 gst_bin_add (GST_BIN (pipeline), connect->bin); in dynamic_link()
223 gst_bin_add (GST_BIN (pipeline), src); in make_mod_pipeline()
224 gst_bin_add (GST_BIN (pipeline), decoder); in make_mod_pipeline()
225 gst_bin_add (GST_BIN (pipeline), audiosink); in make_mod_pipeline()
259 gst_bin_add (GST_BIN (pipeline), src); in make_dv_pipeline()
260 gst_bin_add (GST_BIN (pipeline), demux); in make_dv_pipeline()
261 gst_bin_add (GST_BIN (pipeline), a_queue); in make_dv_pipeline()
262 gst_bin_add (GST_BIN (pipeline), audiosink); in make_dv_pipeline()
263 gst_bin_add (GST_BIN (pipeline), v_queue); in make_dv_pipeline()
264 gst_bin_add (GST_BIN (pipeline), decoder); in make_dv_pipeline()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/dynamic/
Dcodec-select.c73 gst_bin_add (GST_BIN (result), audioresample); in make_encoder()
74 gst_bin_add (GST_BIN (result), capsfilter); in make_encoder()
75 gst_bin_add (GST_BIN (result), identity); in make_encoder()
150 gst_bin_add (GST_BIN (result), audiotestsrc); in make_pipeline()
151 gst_bin_add (GST_BIN (result), audiocaps); in make_pipeline()
152 gst_bin_add (GST_BIN (result), outputselect); in make_pipeline()
153 gst_bin_add (GST_BIN (result), inputselect); in make_pipeline()
154 gst_bin_add (GST_BIN (result), sink); in make_pipeline()
177 gst_bin_add (GST_BIN (result), encoder); in make_pipeline()
/third_party/gstreamer/gstplugins_base/tests/examples/playrec/
Dplayrec.c119 gst_bin_add (GST_BIN (play_bin), play_source); in main()
120 gst_bin_add (GST_BIN (play_bin), play_sink); in main()
129 gst_bin_add (GST_BIN (rec_bin), rec_source); in main()
130 gst_bin_add (GST_BIN (rec_bin), rec_sink); in main()
134 gst_bin_add (GST_BIN (pipeline), play_bin); in main()
135 gst_bin_add (GST_BIN (pipeline), rec_bin); in main()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c43 fail_unless (gst_bin_add (GST_BIN (b2), sink)); in GST_START_TEST()
44 fail_unless (gst_bin_add (GST_BIN (b1), src)); in GST_START_TEST()
47 fail_unless (gst_bin_add (GST_BIN (b1), b2)); in GST_START_TEST()
94 fail_unless (gst_bin_add (GST_BIN (b2), sink)); in GST_START_TEST()
95 fail_unless (gst_bin_add (GST_BIN (b1), src)); in GST_START_TEST()
96 fail_unless (gst_bin_add (GST_BIN (b1), b2)); in GST_START_TEST()
175 fail_unless (gst_bin_add (GST_BIN (b1), sink)); in GST_START_TEST()
176 fail_unless (gst_bin_add (GST_BIN (b1), b2)); in GST_START_TEST()
226 fail_unless (gst_bin_add (GST_BIN (b2), sink)); in GST_START_TEST()
227 fail_unless (gst_bin_add (GST_BIN (b1), src)); in GST_START_TEST()
[all …]
Dgstbin.c114 gst_bin_add (bin, filesrc); in GST_START_TEST()
153 gst_bin_add (bin, gst_element_factory_make ("filesrc", NULL)); in GST_START_TEST()
154 gst_bin_add (bin2, gst_element_factory_make ("filesrc", NULL)); in GST_START_TEST()
183 gst_bin_add (bin, filesrc); in GST_START_TEST()
229 gst_bin_add (bin, gst_element_factory_make ("filesrc", NULL)); in GST_START_TEST()
230 gst_bin_add (bin2, gst_element_factory_make ("filesrc", NULL)); in GST_START_TEST()
486 gst_bin_add (bin, src); in GST_START_TEST()
551 gst_bin_add (GST_BIN (pipeline), src); in GST_START_TEST()
558 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
712 gst_bin_add (GST_BIN (bin), sink); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c139 gst_bin_add (GST_BIN (pipeline), src); in GST_START_TEST()
140 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
185 gst_bin_add (GST_BIN (pipeline), src); in GST_START_TEST()
186 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
238 gst_bin_add (GST_BIN (pipeline), src); in GST_START_TEST()
239 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
361 gst_bin_add (GST_BIN (pipeline), src); in GST_START_TEST()
362 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
430 gst_bin_add (GST_BIN (pipeline), src); in GST_START_TEST()
431 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Duridecodebin3-select-all.c251 gst_bin_add (GST_BIN_CAST (data->pipeline), queue); in decodebin_pad_added_cb()
258 gst_bin_add (GST_BIN_CAST (data->pipeline), convert); in decodebin_pad_added_cb()
265 gst_bin_add (GST_BIN_CAST (data->pipeline), sink); in decodebin_pad_added_cb()
291 gst_bin_add (GST_BIN_CAST (data->pipeline), queue); in decodebin_pad_added_cb()
298 gst_bin_add (GST_BIN_CAST (data->pipeline), convert); in decodebin_pad_added_cb()
305 gst_bin_add (GST_BIN_CAST (data->pipeline), resample); in decodebin_pad_added_cb()
313 gst_bin_add (GST_BIN_CAST (data->pipeline), sink); in decodebin_pad_added_cb()
365 gst_bin_add (GST_BIN_CAST (data->pipeline), data->decodebin); in main()
/third_party/gstreamer/gstplugins_base/tests/icles/playback/
Dtest.c42 gst_bin_add (GST_BIN (element), conv); in gen_video_element()
43 gst_bin_add (GST_BIN (element), sink); in gen_video_element()
66 gst_bin_add (GST_BIN (element), conv); in gen_audio_element()
67 gst_bin_add (GST_BIN (element), sink); in gen_audio_element()
109 gst_bin_add (GST_BIN_CAST (pipeline), sink); in pad_added_cb()
Ddecodetest.c83 gst_bin_add (GST_BIN (pipeline), fakesink); in pad_added_cb()
146 gst_bin_add (GST_BIN (pipeline), source); in main()
147 gst_bin_add (GST_BIN (pipeline), decoder); in main()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbasesink.c39 fail_unless (gst_bin_add (GST_BIN (pipeline), src) == TRUE); in GST_START_TEST()
40 fail_unless (gst_bin_add (GST_BIN (pipeline), sink) == TRUE); in GST_START_TEST()
90 fail_unless (gst_bin_add (GST_BIN (pipeline), src) == TRUE); in GST_START_TEST()
91 fail_unless (gst_bin_add (GST_BIN (pipeline), sink) == TRUE); in GST_START_TEST()
135 fail_unless (gst_bin_add (GST_BIN (pipeline), sink) == TRUE); in GST_START_TEST()
204 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
260 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
Dbasesrc.c70 fail_unless (gst_bin_add (GST_BIN (pipe), src) == TRUE); in GST_START_TEST()
71 fail_unless (gst_bin_add (GST_BIN (pipe), sink) == TRUE); in GST_START_TEST()
155 fail_unless (gst_bin_add (GST_BIN (pipe), src) == TRUE); in GST_START_TEST()
156 fail_unless (gst_bin_add (GST_BIN (pipe), sink) == TRUE); in GST_START_TEST()
227 fail_unless (gst_bin_add (GST_BIN (pipe), src) == TRUE); in GST_START_TEST()
228 fail_unless (gst_bin_add (GST_BIN (pipe), sink) == TRUE); in GST_START_TEST()
298 fail_unless (gst_bin_add (GST_BIN (pipe), src) == TRUE); in GST_START_TEST()
299 fail_unless (gst_bin_add (GST_BIN (pipe), sink) == TRUE); in GST_START_TEST()
369 fail_unless (gst_bin_add (GST_BIN (pipe), src) == TRUE); in GST_START_TEST()
370 fail_unless (gst_bin_add (GST_BIN (pipe), sink) == TRUE); in GST_START_TEST()
[all …]
Daggregator.c669 fail_unless (gst_bin_add (GST_BIN (pipeline), src)); in GST_START_TEST()
670 fail_unless (gst_bin_add (GST_BIN (pipeline), agg)); in GST_START_TEST()
671 fail_unless (gst_bin_add (GST_BIN (pipeline), sink)); in GST_START_TEST()
713 fail_unless (gst_bin_add (GST_BIN (pipeline), src)); in GST_START_TEST()
714 fail_unless (gst_bin_add (GST_BIN (pipeline), src1)); in GST_START_TEST()
715 fail_unless (gst_bin_add (GST_BIN (pipeline), agg)); in GST_START_TEST()
716 fail_unless (gst_bin_add (GST_BIN (pipeline), sink)); in GST_START_TEST()
778 fail_unless (gst_bin_add (GST_BIN (pipeline), src)); in _test_timeout()
779 fail_unless (gst_bin_add (GST_BIN (pipeline), src1)); in _test_timeout()
780 fail_unless (gst_bin_add (GST_BIN (pipeline), agg)); in _test_timeout()
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dwavenc.c87 gst_bin_add (GST_BIN (pipeline), interleave); in make_n_channel_wav()
97 gst_bin_add (GST_BIN (pipeline), conv); in make_n_channel_wav()
102 gst_bin_add (GST_BIN (pipeline), wavenc); in make_n_channel_wav()
107 gst_bin_add (GST_BIN (pipeline), fakesink); in make_n_channel_wav()
115 gst_bin_add (GST_BIN (pipeline), audiotestsrc[i]); in make_n_channel_wav()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudiointerleave.c594 gst_bin_add (GST_BIN (pipeline), src1); in test_audiointerleave_2ch_pipeline()
606 gst_bin_add (GST_BIN (pipeline), src2); in test_audiointerleave_2ch_pipeline()
610 gst_bin_add (GST_BIN (pipeline), queue); in test_audiointerleave_2ch_pipeline()
614 gst_bin_add (GST_BIN (pipeline), gst_object_ref (interleave)); in test_audiointerleave_2ch_pipeline()
638 gst_bin_add (GST_BIN (pipeline), sink); in test_audiointerleave_2ch_pipeline()
697 gst_bin_add (GST_BIN (pipeline), src1); in GST_START_TEST()
709 gst_bin_add (GST_BIN (pipeline), src2); in GST_START_TEST()
713 gst_bin_add (GST_BIN (pipeline), queue); in GST_START_TEST()
718 gst_bin_add (GST_BIN (pipeline), gst_object_ref (interleave)); in GST_START_TEST()
742 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
[all …]
Ddecodebin.c95 fail_unless (gst_bin_add (GST_BIN (pipe), src)); in GST_START_TEST()
96 fail_unless (gst_bin_add (GST_BIN (pipe), decodebin)); in GST_START_TEST()
129 gst_bin_add (GST_BIN (pipeline), sink); in pad_added_plug_fakesink_cb()
153 fail_unless (gst_bin_add (GST_BIN (pipe), src)); in GST_START_TEST()
154 fail_unless (gst_bin_add (GST_BIN (pipe), decodebin)); in GST_START_TEST()
561 gst_bin_add (pipe, sink); in parser_negotiation_pad_added_cb()
631 fail_unless (gst_bin_add (GST_BIN (pipe), decodebin)); in GST_START_TEST()
640 fail_unless (gst_bin_add (GST_BIN (decodebin), mq0)); in GST_START_TEST()
641 fail_unless (gst_bin_add (GST_BIN (decodebin), mq1)); in GST_START_TEST()
642 fail_unless (gst_bin_add (GST_BIN (decodebin), mq2)); in GST_START_TEST()
Dplaysink.c51 gst_bin_add (GST_BIN (pipe), src); in GST_START_TEST()
52 gst_bin_add (GST_BIN (pipe), playsink); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dinterleave.c549 gst_bin_add (GST_BIN (pipeline), src1); in test_interleave_2ch_pipeline()
557 gst_bin_add (GST_BIN (pipeline), src2); in test_interleave_2ch_pipeline()
561 gst_bin_add (GST_BIN (pipeline), queue); in test_interleave_2ch_pipeline()
565 gst_bin_add (GST_BIN (pipeline), gst_object_ref (interleave)); in test_interleave_2ch_pipeline()
589 gst_bin_add (GST_BIN (pipeline), sink); in test_interleave_2ch_pipeline()
643 gst_bin_add (GST_BIN (pipeline), src1); in GST_START_TEST()
651 gst_bin_add (GST_BIN (pipeline), src2); in GST_START_TEST()
655 gst_bin_add (GST_BIN (pipeline), queue); in GST_START_TEST()
660 gst_bin_add (GST_BIN (pipeline), gst_object_ref (interleave)); in GST_START_TEST()
684 gst_bin_add (GST_BIN (pipeline), sink); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dneonhttpsrc.c50 gst_bin_add (GST_BIN (pipe), src); in GST_START_TEST()
51 gst_bin_add (GST_BIN (pipe), sink); in GST_START_TEST()
110 gst_bin_add (GST_BIN (pipe), src); in GST_START_TEST()
111 gst_bin_add (GST_BIN (pipe), sink); in GST_START_TEST()
Dvkdeviceprovider.c71 fail_unless (gst_bin_add (GST_BIN (pipeline), src)); in GST_START_TEST()
72 fail_unless (gst_bin_add (GST_BIN (pipeline), upload)); in GST_START_TEST()
73 fail_unless (gst_bin_add (GST_BIN (pipeline), sink)); in GST_START_TEST()
Ddtls.c123 gst_bin_add (GST_BIN (s_bin), s_dec); in GST_START_TEST()
130 gst_bin_add (GST_BIN (c_bin), s_enc); in GST_START_TEST()
137 gst_bin_add (GST_BIN (c_bin), c_dec); in GST_START_TEST()
143 gst_bin_add (GST_BIN (s_bin), c_enc); in GST_START_TEST()
Dviewfinderbin.c54 fail_unless (gst_bin_add (GST_BIN (ctx->pipe), ctx->src)); in gstviewfinderbin_init_test_context()
55 fail_unless (gst_bin_add (GST_BIN (ctx->pipe), ctx->vfbin)); in gstviewfinderbin_init_test_context()
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc_ex.c61 gst_bin_add (GST_BIN (app->pipe), app->src); in main()
65 gst_bin_add (GST_BIN (app->pipe), app->id); in main()
69 gst_bin_add (GST_BIN (app->pipe), app->sink); in main()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglfilterbin.c124 gst_bin_add (GST_BIN (self), self->upload); in gst_gl_filter_bin_init()
125 gst_bin_add (GST_BIN (self), self->in_convert); in gst_gl_filter_bin_init()
126 gst_bin_add (GST_BIN (self), self->out_convert); in gst_gl_filter_bin_init()
127 gst_bin_add (GST_BIN (self), self->download); in gst_gl_filter_bin_init()
166 res &= gst_bin_add (GST_BIN (self), self->filter); in _connect_filter_element()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dmultiqueue.c38 gst_bin_add (GST_BIN (pipe), mq); in setup_multiqueue()
51 gst_bin_add (GST_BIN (pipe), inputs[i]); in setup_multiqueue()
79 gst_bin_add (GST_BIN (pipe), outputs[i]); in setup_multiqueue()
536 gst_bin_add (GST_BIN (pipe), mq); in run_output_order_test()
632 gst_bin_add (GST_BIN (pipe), mq); in GST_START_TEST()
730 gst_bin_add (GST_BIN (pipe), mq); in GST_START_TEST()
922 gst_bin_add (GST_BIN (pipe), mq); in GST_START_TEST()
926 gst_bin_add (GST_BIN (pipe), fakesink); in GST_START_TEST()
1005 gst_bin_add (GST_BIN (pipe), mq); in GST_START_TEST()
1009 gst_bin_add (GST_BIN (pipe), fakesink); in GST_START_TEST()
[all …]
Dqueue2.c35 gst_bin_add (GST_BIN (pipe), queue2); in setup_queue2()
36 gst_bin_add (GST_BIN (pipe), input); in setup_queue2()
37 gst_bin_add (GST_BIN (pipe), output); in setup_queue2()
299 gst_bin_add (GST_BIN (pipe), queue2); in GST_START_TEST()
303 gst_bin_add (GST_BIN (pipe), fakesink); in GST_START_TEST()
598 gst_bin_add (GST_BIN (pipe), queue2); in GST_START_TEST()
602 gst_bin_add (GST_BIN (pipe), fakesink); in GST_START_TEST()

1234567