Home
last modified time | relevance | path

Searched refs:sink_template (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdemux.c35 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/
Dgstautoaudiosink.c62 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()
Dgstautovideosink.c62 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/
Dparser.c144 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()
Davisubtitle.c55 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/
Dparser.c139 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/
Dgstrtpstreampay.c44 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()
Dgstrtpklvpay.c56 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()
Dgstrtpstreamdepay.c50 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/
Dgsterrorignore.c60 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/
Dgstelementfactory.c25 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/
Dgstsrtenc.c43 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()
Dgstwebvttenc.c44 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/
Dgstgoom.c66 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/
Dgstgoom.c81 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/
Dgstbz2dec.c32 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()
Dgstbz2enc.c30 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/
Dtest_transform.c86 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/
Dgstviewfinderbin.c57 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()
Dgstdigitalzoom.c63 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/
Dgstproxysink.c46 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/
Dgstid3mux.c74 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/
Dgstirtspparse.c64 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/
Dgstaudiolatency.c75 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/
Dgstavisubtitle.c63 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()

12345