/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | autoconvert.c | 43 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 96 test_sink_pad = gst_check_setup_sink_pad (autoconvert, &sink_factory); in GST_START_TEST() 187 test_static_templ = gst_static_pad_template_get (&sink_factory); in configure_test_element() 208 gst_element_class_add_static_pad_template (element_class, &sink_factory); in test_element1_class_init() 224 gst_element_class_add_static_pad_template (element_class, &sink_factory); in test_element2_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstfakeaudiosink.c | 55 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 81 GstPadTemplate *template = gst_static_pad_template_get (&sink_factory); in gst_fake_audio_sink_init() 183 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_fake_audio_sink_class_init()
|
D | gstfakevideosink.c | 82 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 146 GstPadTemplate *template = gst_static_pad_template_get (&sink_factory); in gst_fake_video_sink_init() 224 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_fake_video_sink_class_init()
|
D | gstdebugspy.c | 87 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 146 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_debug_spy_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstcvequalizehist.cpp | 68 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 100 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_cv_equalize_hist_class_init()
|
D | gstedgedetect.cpp | 88 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 172 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_edge_detect_class_init()
|
D | gstdisparity.cpp | 167 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 239 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_disparity_class_init() 253 gst_pad_new_from_static_template (&sink_factory, "sink_left"); in gst_disparity_init() 264 gst_pad_new_from_static_template (&sink_factory, "sink_right"); in gst_disparity_init()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkmjpegdec.c | 63 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 131 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkmjpegdec_class_init()
|
D | gstmsdkav1dec.c | 60 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 124 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkav1dec_class_init()
|
D | gstmsdkmpeg2dec.c | 60 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 153 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkmpeg2dec_class_init()
|
D | gstmsdkh264dec.c | 57 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 183 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkh264dec_class_init()
|
D | gstmsdkh265dec.c | 62 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 205 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkh265dec_class_init()
|
D | gstmsdkvp9dec.c | 62 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 193 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkvp9dec_class_init()
|
D | gstmsdkvc1dec.c | 59 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 211 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkvc1dec_class_init()
|
D | gstmsdkvp8dec.c | 60 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 198 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkvp8dec_class_init()
|
D | gstmsdkvp9enc.c | 70 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 286 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_msdkvp9enc_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/id3demux/ |
D | gstid3demux.c | 73 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 117 gst_element_class_add_static_pad_template (gstelement_class, &sink_factory); in gst_id3demux_class_init() 175 sink_caps = gst_static_pad_template_get_caps (&sink_factory); in gst_id3demux_add_container_format()
|
/third_party/gstreamer/gstplugins_bad/ext/spandsp/ |
D | gstspanplc.c | 60 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 121 gst_element_class_add_static_pad_template (gstelement_class, &sink_factory); in gst_span_plc_class_init() 165 plc->sinkpad = gst_pad_new_from_static_template (&sink_factory, "sink"); in gst_span_plc_init()
|
/third_party/gstreamer/gstplugins_good/gst/replaygain/ |
D | gstrglimiter.c | 61 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 112 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_rg_limiter_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsnparsetter.c | 19 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 59 gst_element_class_add_static_pad_template (element_class, &sink_factory); in rsn_parsetter_class_init() 70 parset->sinkpad = gst_pad_new_from_static_template (&sink_factory, "sink"); in rsn_parsetter_init()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatedec.c | 105 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 170 gst_element_class_add_static_pad_template (gstelement_class, &sink_factory); in gst_kate_dec_class_init() 188 dec->sinkpad = gst_pad_new_from_static_template (&sink_factory, "sink"); in gst_kate_dec_init() 197 gst_static_pad_template_get_caps (&sink_factory)); in gst_kate_dec_init()
|
/third_party/gstreamer/gstplugins_good/gst/apetag/ |
D | gstapedemux.c | 63 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 96 gst_element_class_add_static_pad_template (element_class, &sink_factory); in gst_ape_demux_class_init() 426 sink_caps = gst_static_pad_template_get_caps (&sink_factory); in gst_ape_demux_parse_tag()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffmux.c | 66 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 122 gst_element_class_add_static_pad_template (gstelement_class, &sink_factory); in gst_aiff_mux_class_init() 458 aiffmux->sinkpad = gst_pad_new_from_static_template (&sink_factory, "sink"); in gst_aiff_mux_init()
|
/third_party/gstreamer/gstplugins_bad/gst/faceoverlay/ |
D | gstfaceoverlay.c | 80 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 325 gst_static_pad_template_get (&sink_factory)); in gst_face_overlay_class_init() 346 tmpl = gst_static_pad_template_get (&sink_factory); in gst_face_overlay_init()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxreceive.c | 61 static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", variable 119 gst_element_class_add_static_pad_template (gstelement_class, &sink_factory); in gst_rist_rtx_receive_class_init()
|