/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | plugin.c | 153 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 …]
|
D | gstcudadownload.c | 38 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()
|
D | gstcudaupload.c | 37 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/ |
D | gstdtlssrtpdemux.c | 36 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/ |
D | gstvp9alphadecodebin.c | 36 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()
|
D | gstvp8alphadecodebin.c | 36 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/ |
D | gstmfvideoenc.cpp | 1464 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/ |
D | parser.c | 139 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()
|
D | mpegtsmux.c | 25 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/ |
D | parser.c | 144 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/ |
D | audiosink.c | 36 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/ |
D | gsterrorignore.c | 62 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/ |
D | gstrtpstreampay.c | 46 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()
|
D | gstrtpklvpay.c | 57 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/ |
D | gstautoaudiosink.c | 66 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()
|
D | gstautovideosink.c | 66 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/ |
D | gstsrtenc.c | 43 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()
|
D | gstwebvttenc.c | 44 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/ |
D | gstbz2dec.c | 32 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()
|
D | gstbz2enc.c | 30 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/ |
D | gstviewfinderbin.c | 57 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/ |
D | gstgoom.c | 66 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/ |
D | gstproxysink.c | 46 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/ |
D | test_transform.c | 88 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/ |
D | gstgoom.c | 81 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()
|