summaryrefslogtreecommitdiff
path: root/gst-plugin/tools/make_element
diff options
context:
space:
mode:
Diffstat (limited to 'gst-plugin/tools/make_element')
-rwxr-xr-xgst-plugin/tools/make_element1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-plugin/tools/make_element b/gst-plugin/tools/make_element
index c83e4c4..cdfedd2 100755
--- a/gst-plugin/tools/make_element
+++ b/gst-plugin/tools/make_element
@@ -45,6 +45,7 @@ sed \
-e "s/gst_type_plugin_template/gst_$template/g" \
-e "s/GST_PLUGIN_TEMPLATE/GST_$TEMPLATE/g" \
-e "s/GST_TYPE_PLUGIN_TEMPLATE/GST_TYPE_$TEMPLATE/g" \
+ -e "s/GST_IS_PLUGIN_TEMPLATE/GST_IS_$TEMPLATE/g" \
-e 's/\$I[d]: \([^$]*\)\$/\1/g' \
-e 's/SOURCEFILE/gstobject\.c/g' \
-e "s%MAKEFILTERVERSION%$id%g" \