diff options
Diffstat (limited to 'tools/gst-element-maker')
-rwxr-xr-x | tools/gst-element-maker | 2 |
1 files changed, 1 insertions, 1 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) |