summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-element-maker2
-rwxr-xr-xtools/gst-project-maker2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gst-element-maker b/tools/gst-element-maker
index bd4cc9870..3f291630d 100755
--- a/tools/gst-element-maker
+++ b/tools/gst-element-maker
@@ -258,7 +258,7 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "replace",
+ replace,
"FIXME plugin description",
plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)
diff --git a/tools/gst-project-maker b/tools/gst-project-maker
index c75fae64f..169f7316d 100755
--- a/tools/gst-project-maker
+++ b/tools/gst-project-maker
@@ -300,7 +300,7 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (
GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "replace",
+ replace,
"FIXME Template plugin",
plugin_init,
VERSION,