/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlssrtpdemux.c | 35 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 72 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_dtls_srtp_demux_class_init() 88 sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_dtls_srtp_demux_init()
|
/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautoaudiosink.c | 62 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 84 gst_element_class_add_static_pad_template (eklass, &sink_template); in gst_auto_audio_sink_class_init()
|
D | gstautovideosink.c | 62 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 84 gst_element_class_add_static_pad_template (eklass, &sink_template); in gst_auto_video_sink_class_init()
|
/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()
|
D | avisubtitle.c | 55 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 75 mysinkpad = gst_check_setup_sink_pad (avisubtitle, &sink_template); in setup_avisubtitle()
|
/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()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpstreampay.c | 44 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 84 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_rtp_stream_pay_class_init() 90 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_rtp_stream_pay_init()
|
D | gstrtpklvpay.c | 56 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 78 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_rtp_klv_pay_class_init()
|
D | gstrtpstreamdepay.c | 50 static GstStaticPadTemplate sink_template = variable 80 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_rtp_stream_depay_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gsterrorignore.c | 60 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 97 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_error_ignore_class_init() 132 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_error_ignore_init()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstelementfactory.c | 25 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 61 setup_pad_template (factory, &sink_template); in setup_factory()
|
/third_party/gstreamer/gstplugins_bad/gst/subenc/ |
D | gstsrtenc.c | 43 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 249 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_srt_enc_class_init() 268 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 269 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_webvtt_enc_class_init() 288 gst_pad_new_from_static_template (&sink_template, "sink"); in gst_webvtt_enc_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 107 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_goom2k1_class_init()
|
/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 122 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_goom_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/bz2/ |
D | gstbz2dec.c | 32 static GstStaticPadTemplate sink_template = variable 199 b->sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_bz2dec_init() 299 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 242 b->sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_bz2enc_init() 323 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_bz2enc_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | test_transform.c | 86 static GstStaticPadTemplate *sink_template = &gst_test_trans_sink_template; variable 101 gst_element_class_add_static_pad_template (element_class, sink_template); in gst_test_trans_class_init() 189 templ = gst_static_pad_template_get (sink_template); in gst_test_trans_new()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstviewfinderbin.c | 57 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 125 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_viewfinder_bin_class_init() 135 GstPadTemplate *templ = gst_static_pad_template_get (&sink_template); in gst_viewfinder_bin_init()
|
D | gstdigitalzoom.c | 63 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 259 tmpl = gst_static_pad_template_get (&sink_template); in gst_digital_zoom_init() 380 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_digital_zoom_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/proxy/ |
D | gstproxysink.c | 46 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 86 gst_static_pad_template_get (&sink_template)); in gst_proxy_sink_class_init() 96 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_proxy_sink_init()
|
/third_party/gstreamer/gstplugins_bad/gst/id3tag/ |
D | gstid3mux.c | 74 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 132 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_id3_mux_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/ |
D | gstirtspparse.c | 64 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 108 gst_element_class_add_static_pad_template (element_class, &sink_template); in gst_irtsp_parse_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/audiolatency/ |
D | gstaudiolatency.c | 75 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 163 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_audiolatency_class_init() 182 self->sinkpad = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_audiolatency_init()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavisubtitle.c | 63 static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", variable 330 gst_element_class_add_static_pad_template (gstelement_class, &sink_template); in gst_avi_subtitle_class_init() 346 self->sink = gst_pad_new_from_static_template (&sink_template, "sink"); in gst_avi_subtitle_init()
|