Home
last modified time | relevance | path

Searched refs:sinkpad_template (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dtextoverlay.c229 GstStaticPadTemplate * sinkpad_template, gboolean enable_allocation_query) in setup_textoverlay_with_templates() argument
235 mysinkpad = gst_check_setup_sink_pad (textoverlay, sinkpad_template); in setup_textoverlay_with_templates()
266 GstStaticPadTemplate *sinkpad_template = NULL; in setup_textoverlay() local
271 sinkpad_template = &sinktemplate; in setup_textoverlay()
274 textpad_template, sinkpad_template, FALSE); in setup_textoverlay()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dinsertbin.c30 GstStaticPadTemplate sinkpad_template = GST_STATIC_PAD_TEMPLATE ("sink", /* the name of the … variable
164 sinkpad = gst_check_setup_sink_pad (insertbin, &sinkpad_template); in GST_START_TEST()