gst_pad_new_from_static_template  871 gst/gstpad.h   GstPad*			gst_pad_new_from_static_template	(GstStaticPadTemplate *templ, const gchar *name);
gst_pad_new_from_static_template  221 libs/gst/check/gstcheck.c   srcpad = gst_pad_new_from_static_template (template, "src");
gst_pad_new_from_static_template  300 libs/gst/check/gstcheck.c   sinkpad = gst_pad_new_from_static_template (template, "sink");
gst_pad_new_from_static_template 1660 plugins/elements/gstmultiqueue.c   sq->sinkpad = gst_pad_new_from_static_template (&sinktemplate, tmp);
gst_pad_new_from_static_template 1679 plugins/elements/gstmultiqueue.c   sq->srcpad = gst_pad_new_from_static_template (&srctemplate, tmp);
gst_pad_new_from_static_template  373 plugins/elements/gstqueue.c   queue->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink");
gst_pad_new_from_static_template  385 plugins/elements/gstqueue.c   queue->srcpad = gst_pad_new_from_static_template (&srctemplate, "src");
gst_pad_new_from_static_template  358 plugins/elements/gstqueue2.c   queue->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink");
gst_pad_new_from_static_template  374 plugins/elements/gstqueue2.c   queue->srcpad = gst_pad_new_from_static_template (&srctemplate, "src");
gst_pad_new_from_static_template  235 plugins/elements/gsttee.c   tee->sinkpad = gst_pad_new_from_static_template (&sinktemplate, "sink");
gst_pad_new_from_static_template  254 plugins/elements/gsttypefindelement.c       gst_pad_new_from_static_template (&type_find_element_sink_template,
gst_pad_new_from_static_template  269 plugins/elements/gsttypefindelement.c       gst_pad_new_from_static_template (&type_find_element_src_template, "src");
gst_pad_new_from_static_template  106 tests/check/libs/collectpads.c   srcpad1 = gst_pad_new_from_static_template (&srctemplate, "src1");
gst_pad_new_from_static_template  107 tests/check/libs/collectpads.c   srcpad2 = gst_pad_new_from_static_template (&srctemplate, "src2");
gst_pad_new_from_static_template  108 tests/check/libs/collectpads.c   sinkpad1 = gst_pad_new_from_static_template (&sinktemplate, "sink1");
gst_pad_new_from_static_template  109 tests/check/libs/collectpads.c   sinkpad2 = gst_pad_new_from_static_template (&sinktemplate, "sink2");