Home
last modified time | relevance | path

Searched refs:sink_factory (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dautoconvert.c43 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/
Dgstfakeaudiosink.c55 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()
Dgstfakevideosink.c82 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()
Dgstdebugspy.c87 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/
Dgstcvequalizehist.cpp68 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()
Dgstedgedetect.cpp88 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()
Dgstdisparity.cpp167 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/
Dgstmsdkmjpegdec.c63 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()
Dgstmsdkav1dec.c60 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()
Dgstmsdkmpeg2dec.c60 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()
Dgstmsdkh264dec.c57 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()
Dgstmsdkh265dec.c62 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()
Dgstmsdkvp9dec.c62 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()
Dgstmsdkvc1dec.c59 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()
Dgstmsdkvp8dec.c60 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()
Dgstmsdkvp9enc.c70 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/
Dgstid3demux.c73 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/
Dgstspanplc.c60 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/
Dgstrglimiter.c61 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/
Drsnparsetter.c19 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/
Dgstkatedec.c105 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/
Dgstapedemux.c63 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/
Daiffmux.c66 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/
Dgstfaceoverlay.c80 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/
Dgstristrtxreceive.c61 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()

1234