From cda192b3b7e54fdbee55958b39030d493ff21411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Apr 2012 18:02:56 +0200 Subject: gst: Update for GST_PLUGIN_DEFINE() API changes --- ext/flite/gstflite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/flite') diff --git a/ext/flite/gstflite.c b/ext/flite/gstflite.c index d75bd2ffe..68d7a4d84 100644 --- a/ext/flite/gstflite.c +++ b/ext/flite/gstflite.c @@ -40,6 +40,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "flite", + flite, "Flite speech synthesizer plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) -- cgit v1.2.1