summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas (at) apestaart (dot) org>2009-07-13 16:51:50 +0200
committerThomas Vander Stichele <thomas (at) apestaart (dot) org>2009-07-13 16:51:50 +0200
commit1d9201d9213c9137de528f2696a74870f898942b (patch)
treeb758de3ad28a91355fa86d782039498b1a36491b
parentd72e16c63b39728ffc1f96251d6953ffd99abff5 (diff)
fix header file name change
Patch by: Joonas Salo <joonas dot salo at tut dot fi>
-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 da4ba5a..3ae7d18 100755
--- a/gst-plugin/tools/make_element
+++ b/gst-plugin/tools/make_element
@@ -43,6 +43,7 @@ fi
sed \
-e 's/gstplugin\.c/SOURCEFILE/g' \
-e "s/gstplugin\.h/gst$filename.h/g" \
+ -e "s/gsttransform\.h/gst$filename.h/g" \
-e "s/GstPluginTemplate/Gst$Template/g" \
-e "s/gst_plugin_template/gst_$template_/g" \
-e "s/gst_type_plugin_template/gst_$template_/g" \