Searched refs:ptmpl (Results 1 – 2 of 2) sorted by relevance
595 GstPadTemplate *ptmpl = gst_static_pad_template_get (tmpl); in gst_check_setup_src_pad_by_name() local598 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() local724 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()
2956 GstPadTemplate *ptmpl; in create_output_stream() local2987 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()