diff options
Diffstat (limited to 'ext/soundtouch/plugin.c')
-rw-r--r-- | ext/soundtouch/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soundtouch/plugin.c b/ext/soundtouch/plugin.c index 77cc30492..509204600 100644 --- a/ext/soundtouch/plugin.c +++ b/ext/soundtouch/plugin.c @@ -35,6 +35,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "soundtouch", + soundtouch, "Audio Pitch Controller & BPM Detection", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) |