Home
last modified time | relevance | path

Searched refs:sink_template (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dplugin.c153 GstCaps *sink_template = NULL; in plugin_init() local
159 codec, &sink_template, &src_template)) { in plugin_init()
164 sink_template, src_template); in plugin_init()
169 i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); in plugin_init()
176 i, GST_RANK_PRIMARY, sink_template, src_template, TRUE); in plugin_init()
181 i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); in plugin_init()
188 i, GST_RANK_PRIMARY, sink_template, src_template, TRUE); in plugin_init()
193 i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); in plugin_init()
200 i, GST_RANK_PRIMARY, sink_template, src_template, TRUE); in plugin_init()
205 i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); in plugin_init()
[all …]
Dgstcudadownload.c38 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
64 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_cuda_download_class_init()
Dgstcudaupload.c37 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
62 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_cuda_upload_class_init()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdemux.c36 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
76 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_dtls_srtp_demux_class_init()
92 sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_dtls_srtp_demux_init()
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/
Dgstvp9alphadecodebin.c36 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
63 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_vp9_alpha_decode_bin_class_init()
Dgstvp8alphadecodebin.c36 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
62 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_vp8_alpha_decode_bin_class_init()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp1464 GstCaps ** sink_template, GstCaps ** src_template) in gst_mf_video_enc_enum_internal() argument
1737 *sink_template = sink_caps; in gst_mf_video_enc_enum_internal()
1793 GstCaps ** sink_template, GstCaps ** src_template) in gst_mf_video_enc_enum() argument
1800 *sink_template = NULL; in gst_mf_video_enc_enum()
1834 d3d11_device, device_caps, sink_template, src_template); in gst_mf_video_enc_enum()
1929 GstCaps *sink_template = NULL; in gst_mf_video_enc_register() local
1945 device, &sink_template, &src_template); in gst_mf_video_enc_register()
1952 if (!sink_template) { in gst_mf_video_enc_register()
1958 &device_caps, enum_flags, 0, transform, sink_template, src_template); in gst_mf_video_enc_register()
1960 gst_clear_caps (&sink_template); in gst_mf_video_enc_register()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dparser.c139 GstStaticPadTemplate * sink_template, in setup_element() argument
156 sink_template->static_caps.string = caps_str; in setup_element()
159 sinkpad = gst_check_setup_sink_pad (element, sink_template); in setup_element()
209 ptest->sink_template = ctx_sink_template; in gst_parser_test_init()
242 test->sink_template, NULL, test->src_template, test->src_caps); in gst_parser_test_run()
Dmpegtsmux.c25 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
119 mysinkpad = gst_check_setup_sink_pad (mux, &sink_template); in setup_tsmux()
363 mysinkpad = gst_check_setup_sink_pad (mux, &sink_template); in GST_START_TEST()
399 mysinkpad = gst_check_setup_sink_pad (mux, &sink_template); in GST_START_TEST()
441 mysinkpad = gst_check_setup_sink_pad (mux, &sink_template); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dparser.c144 setup_element (const gchar * factory, GstStaticPadTemplate * sink_template, in setup_element() argument
156 sink_template->static_caps.string = caps_str; in setup_element()
158 sinkpad = gst_check_setup_sink_pad (element, sink_template); in setup_element()
208 ptest->sink_template = ctx_sink_template; in gst_parser_test_init()
239 element = setup_element (test->factory, test->sink_template, NULL, in gst_parser_test_run()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudiosink.c36 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
75 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_audio_foo_sink_class_init()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsterrorignore.c62 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
101 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_error_ignore_class_init()
146 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_error_ignore_init()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreampay.c46 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
88 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_rtp_stream_pay_class_init()
94 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_rtp_stream_pay_init()
Dgstrtpklvpay.c57 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
81 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_rtp_klv_pay_class_init()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautoaudiosink.c66 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
88 gst_element_class_add_static_pad_template (eklass, &sink_template); in gst_auto_audio_sink_class_init()
Dgstautovideosink.c66 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
88 gst_element_class_add_static_pad_template (eklass, &sink_template); in gst_auto_video_sink_class_init()
/third_party/gstreamer/gstplugins_bad/gst/subenc/
Dgstsrtenc.c43 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
250 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_srt_enc_class_init()
269 srtenc->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_srt_enc_init()
Dgstwebvttenc.c44 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
271 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_webvtt_enc_class_init()
290 gst_pad_new_from_static_template (&sink_template, "sink"); in gst_webvtt_enc_init()
/third_party/gstreamer/gstplugins_bad/ext/bz2/
Dgstbz2dec.c32 static GstStaticPadTemplate sink_template = variable
200 b->sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_bz2dec_init()
300 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_bz2dec_class_init()
Dgstbz2enc.c30 static GstStaticPadTemplate sink_template = variable
243 b->sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_bz2enc_init()
324 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_bz2enc_class_init()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstviewfinderbin.c57 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
130 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_viewfinder_bin_class_init()
140 GstPadTemplate *templ = gst_static_pad_template_get (&sink_template); in gst_viewfinder_bin_init()
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dgstgoom.c66 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", /* the name of the … variable
108 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_goom2k1_class_init()
/third_party/gstreamer/gstplugins_bad/gst/proxy/
Dgstproxysink.c46 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable
88 gst_static_pad_template_get (&sink_template)); in gst_proxy_sink_class_init()
98 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_proxy_sink_init()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtest_transform.c88 static GstStaticPadTemplate *sink_template = &gst_test_trans_sink_template; variable
103 gst_element_class_add_static_pad_template (element_class, sink_template); in gst_test_trans_class_init()
193 templ = gst_static_pad_template_get (sink_template); in gst_test_trans_new()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgstgoom.c81 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", /* the name of the … variable
124 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_goom_class_init()

1234567