From: Paul Brossier Date: Mon, 4 Feb 2008 14:10:08 +0000 (+0100) Subject: src/gstaubiotempo.c: updated plugin information X-Git-Tag: 0.10.0.1~23 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b92991d8471c83c3d7f2b546b1480a2993aee8e4;p=gst-aubio.git src/gstaubiotempo.c: updated plugin information --- diff --git a/src/gstaubiotempo.c b/src/gstaubiotempo.c index a35d9fe..870ee4f 100644 --- a/src/gstaubiotempo.c +++ b/src/gstaubiotempo.c @@ -106,10 +106,10 @@ static void gst_aubiotempo_base_init (gpointer gclass) { static GstElementDetails element_details = { - "PluginTemplate", - "Generic/PluginTemplate", - "Generic Template Element", - "Thomas Vander Stichele " + "Aubio Tempo Analysis", + "Analyzer/AubioTempo", + "Extract tempo period and beat locations using aubio", + "Paul Brossier " }; GstElementClass *element_class = GST_ELEMENT_CLASS (gclass); @@ -251,7 +251,7 @@ plugin_init (GstPlugin * plugin) GST_DEBUG_CATEGORY_INIT (gst_aubiotempo_debug, "plugin", 0, "Template plugin"); - return gst_element_register (plugin, "myelement", + return gst_element_register (plugin, "aubiotempo", GST_RANK_NONE, GST_TYPE_AUBIOTEMPO); } @@ -262,6 +262,6 @@ plugin_init (GstPlugin * plugin) */ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "plugin", - "Template plugin", - plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/") + "aubiotempo", + "Aubiotempo plugin", + plugin_init, VERSION, "GPL", "GStreamer", "http://gstreamer.net/")