/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | autoconvert.c | 40 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 94 test_src_pad = gst_check_setup_src_pad (autoconvert, &src_factory); in GST_START_TEST() 194 test_static_templ = gst_static_pad_template_get (&src_factory); in configure_test_element() 207 gst_element_class_add_static_pad_template (element_class, &src_factory); in test_element1_class_init() 222 gst_element_class_add_static_pad_template (element_class, &src_factory); in test_element2_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkmpeg2enc.c | 57 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 79 template_caps = gst_static_pad_template_get_caps (&src_factory); in gst_msdkmpeg2enc_set_format() 216 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkmpeg2enc_class_init()
|
D | gstmsdkmjpegdec.c | 70 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 132 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkmjpegdec_class_init()
|
D | gstmsdkvp9enc.c | 76 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 96 template_caps = gst_static_pad_template_get_caps (&src_factory); in gst_msdkvp9enc_set_format() 287 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkvp9enc_class_init()
|
D | gstmsdkav1dec.c | 66 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 125 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkav1dec_class_init()
|
D | gstmsdkmjpegenc.c | 73 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 199 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkmjpegenc_class_init()
|
D | gstmsdkh265dec.c | 70 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 206 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkh265dec_class_init()
|
D | gstmsdkvp9dec.c | 68 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 194 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_msdkvp9dec_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstcvequalizehist.cpp | 73 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 99 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_cv_equalize_hist_class_init()
|
D | gstedgedetect.cpp | 94 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 171 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_edge_detect_class_init()
|
D | gstcvlaplace.cpp | 73 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 168 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_cv_laplace_class_init()
|
D | gstcvsobel.cpp | 72 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 165 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_cv_sobel_class_init()
|
D | gsttextoverlay.cpp | 108 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 218 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_opencv_text_overlay_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/opensles/ |
D | openslessrc.c | 45 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 136 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_opensles_src_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffmux.c | 74 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 121 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_aiff_mux_class_init() 390 outcaps = gst_static_pad_template_get_caps (&src_factory); in gst_aiff_mux_set_caps() 465 aiffmux->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_aiff_mux_init()
|
/third_party/gstreamer/gstplugins_bad/ext/spandsp/ |
D | gstspanplc.c | 53 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 120 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_span_plc_class_init() 164 plc->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_span_plc_init()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsnparsetter.c | 25 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 58 gst_element_class_add_static_pad_template (element_class, &src_factory); in rsn_parsetter_class_init() 79 parset->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in rsn_parsetter_init()
|
/third_party/gstreamer/gstplugins_good/gst/replaygain/ |
D | gstrglimiter.c | 69 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 111 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_rg_limiter_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatedec.c | 111 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 169 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_kate_dec_class_init() 200 dec->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_kate_dec_init() 548 caps = gst_static_pad_template_get_caps (&src_factory); in gst_kate_dec_src_query()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstdebugspy.c | 93 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 145 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_debug_spy_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/faceoverlay/ |
D | gstfaceoverlay.c | 85 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 323 gst_static_pad_template_get (&src_factory)); in gst_face_overlay_class_init() 351 tmpl = gst_static_pad_template_get (&src_factory); in gst_face_overlay_init()
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxreceive.c | 55 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 118 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_rist_rtx_receive_class_init()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdeinterlace.c | 133 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 176 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_ffmpegdeinterlace_class_init() 286 deinterlace->srcpad = gst_pad_new_from_static_template (&src_factory, "src"); in gst_ffmpegdeinterlace_init()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltestsrc.c | 64 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 158 gst_element_class_add_static_pad_template (element_class, &src_factory); in gst_gl_test_src_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpdvdepay.c | 54 static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src", variable 103 gst_element_class_add_static_pad_template (gstelement_class, &src_factory); in gst_rtp_dv_depay_class_init()
|