Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/qroverlay/
Dgstbaseqroverlay.c329 GstPadTemplate *sink_tmpl = gst_static_pad_template_get (&sink_template); in gst_base_qr_overlay_init() local
336 priv->overlaycomposition->sinkpads->data, sink_tmpl)); in gst_base_qr_overlay_init()
340 gst_object_unref (sink_tmpl); in gst_base_qr_overlay_init()
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.c595 GstStaticPadTemplate * sink_tmpl, const gchar * element_srcpad_name) in gst_harness_setup_sink_pad() argument
597 g_assert (sink_tmpl); in gst_harness_setup_sink_pad()
601 h->sinkpad = gst_pad_new_from_static_template (sink_tmpl, "sink"); in gst_harness_setup_sink_pad()