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/ofa/gstofa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/ofa') diff --git a/ext/ofa/gstofa.c b/ext/ofa/gstofa.c index 6081fdb28..f058e281b 100644 --- a/ext/ofa/gstofa.c +++ b/ext/ofa/gstofa.c @@ -275,6 +275,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "ofa", + ofa, "Calculate MusicIP fingerprint from audio files", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) -- cgit v1.2.1