Home
last modified time | relevance | path

Searched refs:sinktemplate (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstorage.c59 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
159 self->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in gst_rtp_storage_init()
193 gst_static_pad_template_get (&sinktemplate)); in gst_rtp_storage_class_init()
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/
Dgstautovideoconvert.c45 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
146 gst_element_class_add_static_pad_template (gstelement_class, &sinktemplate); in gst_auto_video_convert_class_init()
215 pad_tmpl = gst_static_pad_template_get (&sinktemplate); in gst_auto_video_convert_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dac3parse.c32 GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
127 ctx_sink_template = &sinktemplate; in ac3parse_suite()
Dmpegaudioparse.c32 GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
135 ctx_sink_template = &sinktemplate; in mpegaudioparse_suite()
Dmulawdec.c29 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
58 mysinkpad = gst_check_setup_sink_pad (mulawdec, &sinktemplate); in mulawdec_setup()
Drtpbin_buffer_list.c94 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
1036 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, in GST_START_TEST()
1099 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, "recv_rtp_src"); in GST_START_TEST()
1160 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, "recv_rtp_src"); in GST_START_TEST()
1210 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, "recv_rtp_src"); in GST_START_TEST()
1258 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, "recv_rtp_src"); in GST_START_TEST()
1306 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, "recv_rtp_src"); in GST_START_TEST()
1354 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, "recv_rtp_src"); in GST_START_TEST()
1402 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, "recv_rtp_src"); in GST_START_TEST()
1449 gst_check_setup_sink_pad_by_name (rtpbin, &sinktemplate, "recv_rtp_src"); in GST_START_TEST()
[all …]
Dwavpackenc.c51 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
75 mysinkpad = gst_check_setup_sink_pad (wavpackenc, &sinktemplate); in setup_wavpackenc()
Daspectratiocrop.c34 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
82 sink_pad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in check_aspectratiocrop()
Dy4menc.c40 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
59 mysinkpad = gst_check_setup_sink_pad (y4menc, &sinktemplate); in setup_y4menc()
Dmulawenc.c29 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
59 mysinkpad = gst_check_setup_sink_pad (mulawenc, &sinktemplate); in mulawenc_setup()
Dflacparse.c32 GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
256 ctx_sink_template = &sinktemplate; in flacparse_suite()
Dwavpackparse.c55 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
77 mysinkpad = gst_check_setup_sink_pad (wavpackparse, &sinktemplate); in setup_wavpackparse()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dh263parse.c32 GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
139 ctx_sink_template = &sinktemplate; in h263parse_suite()
Dmpeg4videoparse.c32 GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
161 ctx_sink_template = &sinktemplate; in mpeg4videoparse_suite()
Dvoamrwbenc.c48 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
70 mysinkpad = gst_check_setup_sink_pad (voamrwbenc, &sinktemplate); in setup_voamrwbenc()
Dmpeg2enc.c44 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
86 mysinkpad = gst_check_setup_sink_pad (mpeg2enc, &sinktemplate); in setup_mpeg2enc()
Dtemplatematch.c29 GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
106 sinkpad = gst_check_setup_sink_pad (element, &sinktemplate); in GST_START_TEST()
Dfaad.c45 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
64 mysinkpad = gst_check_setup_sink_pad (faad, &sinktemplate); in setup_faad()
Dasfmux.c43 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
127 mysinkpad = gst_check_setup_sink_pad (asfmux, &sinktemplate); in setup_asfmux()
Drtponvifparse.c29 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
47 mysinkpad = gst_check_setup_sink_pad (element, &sinktemplate); in setup_element()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dqueue.c54 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
192 mysinkpad = gst_check_setup_sink_pad (queue, &sinktemplate); in GST_START_TEST()
221 mysinkpad = setup_sink_pad (queue, &sinktemplate); in queue_overrun_link_and_activate()
384 mysinkpad = setup_sink_pad (queue, &sinktemplate); in GST_START_TEST()
473 mysinkpad = setup_sink_pad (queue, &sinktemplate); in GST_START_TEST()
806 mysinkpad = setup_sink_pad (queue, &sinktemplate);
878 mysinkpad = gst_check_setup_sink_pad (queue, &sinktemplate); in GST_START_TEST()
917 mysinkpad = gst_check_setup_sink_pad (queue, &sinktemplate); in GST_START_TEST()
961 mysinkpad = gst_check_setup_sink_pad (queue, &sinktemplate); in GST_START_TEST()
1144 mysinkpad = gst_check_setup_sink_pad (queue, &sinktemplate); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dbaseaudiovisualizer.c97 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
121 sinkpad = gst_check_setup_sink_pad (elem, &sinktemplate); in GST_START_TEST()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstvalve.c68 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
139 gst_element_class_add_static_pad_template (gstelement_class, &sinktemplate); in gst_valve_class_init()
161 valve->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink"); in gst_valve_init()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgsttaginject.c47 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
123 gst_element_class_add_static_pad_template (gstelement_class, &sinktemplate); in gst_tag_inject_class_init()
/third_party/gstreamer/gstplugins_bad/ext/spandsp/
Dgstdtmfdetect.c57 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink", variable
115 gst_element_class_add_static_pad_template (gstelement_class, &sinktemplate); in gst_dtmf_detect_class_init()

123456