gst_pad_template_new  182 gst/gstpadtemplate.h GstPadTemplate*		gst_pad_template_new			(const gchar *name_template,
gst_pad_template_new 1195 gst/gstutils.c   templ = gst_pad_template_new ((gchar *) GST_PAD_NAME (pad),
gst_pad_template_new  579 tests/check/gst/gstghostpad.c   padtempl = gst_pad_template_new ("padtempl", GST_PAD_SINK,
gst_pad_template_new  582 tests/check/gst/gstghostpad.c   ghosttempl = gst_pad_template_new ("ghosttempl", GST_PAD_SINK,
gst_pad_template_new  625 tests/check/gst/gstghostpad.c   padtempl = gst_pad_template_new ("padtempl", GST_PAD_SINK,
gst_pad_template_new  628 tests/check/gst/gstghostpad.c   ghosttempl = gst_pad_template_new ("ghosttempl", GST_PAD_SINK,
gst_pad_template_new  681 tests/check/gst/gstghostpad.c   src_template = gst_pad_template_new ("src", GST_PAD_SRC,
gst_pad_template_new  685 tests/check/gst/gstghostpad.c   sink_template = gst_pad_template_new ("sink", GST_PAD_SINK,
gst_pad_template_new  812 tests/check/gst/gstghostpad.c   srctempl = gst_pad_template_new ("srctempl", GST_PAD_SRC,
gst_pad_template_new  817 tests/check/gst/gstghostpad.c   sinktempl = gst_pad_template_new ("sinktempl", GST_PAD_SINK,
gst_pad_template_new  884 tests/check/gst/gstghostpad.c   srctempl = gst_pad_template_new ("srctempl", GST_PAD_SRC,
gst_pad_template_new  889 tests/check/gst/gstghostpad.c   sinktempl = gst_pad_template_new ("sinktempl", GST_PAD_SINK,
gst_pad_template_new  208 tests/check/gst/gstpad.c   new = gst_pad_template_new (name, GST_PAD_SRC, presence, any);
gst_pad_template_new  558 tests/check/gst/gstpad.c   src_template = gst_pad_template_new ("src", GST_PAD_SRC,
gst_pad_template_new  560 tests/check/gst/gstpad.c   sink_template = gst_pad_template_new ("sink", GST_PAD_SINK,
gst_pad_template_new  677 tests/check/gst/gstpad.c       gst_pad_template_new ("test_templ", GST_PAD_SRC, GST_PAD_ALWAYS, caps);