Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstcheck.c595 GstPadTemplate *ptmpl = gst_static_pad_template_get (tmpl); in gst_check_setup_src_pad_by_name() local
598 srcpad = gst_check_setup_src_pad_by_name_from_template (element, ptmpl, name); in gst_check_setup_src_pad_by_name()
600 gst_object_unref (ptmpl); in gst_check_setup_src_pad_by_name()
720 GstPadTemplate *ptmpl = gst_static_pad_template_get (tmpl); in gst_check_setup_sink_pad_by_name() local
724 gst_check_setup_sink_pad_by_name_from_template (element, ptmpl, name); in gst_check_setup_sink_pad_by_name()
726 gst_object_unref (ptmpl); in gst_check_setup_sink_pad_by_name()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c2956 GstPadTemplate *ptmpl; in create_output_stream() local
2987 ptmpl = gst_static_pad_template_get (templ); in create_output_stream()
2988 res->src_pad = gst_ghost_pad_new_no_target_from_template (pad_name, ptmpl); in create_output_stream()
2989 gst_object_unref (ptmpl); in create_output_stream()