gst_pad_new_from_template 563 gst/gstpad.c pad = gst_pad_new_from_template (template, name); gst_pad_new_from_template 870 gst/gstpad.h GstPad* gst_pad_new_from_template (GstPadTemplate *templ, const gchar *name); gst_pad_new_from_template 851 gst/gstutils.c pad = gst_pad_new_from_template (padtempl, padtempl->name_template); gst_pad_new_from_template 638 libs/gst/base/gstbasesink.c basesink->sinkpad = gst_pad_new_from_template (pad_template, "sink"); gst_pad_new_from_template 415 libs/gst/base/gstbasesrc.c pad = gst_pad_new_from_template (pad_template, "src"); gst_pad_new_from_template 390 libs/gst/base/gstbasetransform.c trans->sinkpad = gst_pad_new_from_template (pad_template, "sink"); gst_pad_new_from_template 410 libs/gst/base/gstbasetransform.c trans->srcpad = gst_pad_new_from_template (pad_template, "src"); gst_pad_new_from_template 274 plugins/elements/gsttee.c srcpad = gst_pad_new_from_template (templ, name); gst_pad_new_from_template 585 tests/check/gst/gstghostpad.c sinkpad = gst_pad_new_from_template (padtempl, "sinkpad"); gst_pad_new_from_template 631 tests/check/gst/gstghostpad.c sinkpad = gst_pad_new_from_template (padtempl, "sinkpad"); gst_pad_new_from_template 688 tests/check/gst/gstghostpad.c src = gst_pad_new_from_template (src_template, "src"); gst_pad_new_from_template 689 tests/check/gst/gstghostpad.c sink = gst_pad_new_from_template (sink_template, "sink"); gst_pad_new_from_template 820 tests/check/gst/gstghostpad.c srcpad = gst_pad_new_from_template (srctempl, "src"); gst_pad_new_from_template 822 tests/check/gst/gstghostpad.c sinkpad = gst_pad_new_from_template (sinktempl, "sink"); gst_pad_new_from_template 892 tests/check/gst/gstghostpad.c srcpad = gst_pad_new_from_template (srctempl, "src"); gst_pad_new_from_template 894 tests/check/gst/gstghostpad.c sinkpad = gst_pad_new_from_template (sinktempl, "sink"); gst_pad_new_from_template 563 tests/check/gst/gstpad.c sink = gst_pad_new_from_template (sink_template, "sink"); gst_pad_new_from_template 567 tests/check/gst/gstpad.c src = gst_pad_new_from_template (src_template, "src"); gst_pad_new_from_template 679 tests/check/gst/gstpad.c pad = gst_pad_new_from_template (templ, NULL); gst_pad_new_from_template 167 tests/check/libs/test_transform.c res->srcpad = gst_pad_new_from_template (templ, "src"); gst_pad_new_from_template 172 tests/check/libs/test_transform.c res->sinkpad = gst_pad_new_from_template (templ, "sink");