Home
last modified time | relevance | path

Searched refs:templatedir (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tools/
Dgst-element-maker6 templatedir=$basedir/element-templates
48 if [ ! -f "$templatedir/$class" ] ; then
81 pkg=`grep -A 10000 '^% pkg-config' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^%'|head -n…
82 GST_TYPE_BASE_REPLACE=`grep -A 10000 '^% TYPE_CLASS_NAME' $templatedir/$class | tail -n +2|grep -m …
83 GstBaseReplace=`grep -A 10000 '^% ClassName' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^…
84 pads=`grep -A 10000 '^% pads' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1`
136 grep -A 10000 '^% includes' $templatedir/gobject | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
137 grep -A 10000 '^% includes' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
149 grep -A 10000 '^% prototypes' $templatedir/gobject | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
150 grep -A 10000 '^% prototypes' $templatedir/$class | tail -n +2|grep -m 1 -B 10000 '^%'|head -n -1
[all …]
Dgst-project-maker5 templatedir=element-templates
Dgst-app-maker5 templatedir=element-templates
/third_party/gstreamer/gstplugins_bad/
DChangeLog167584 templatedir variable to check for templates.