From b92991d8471c83c3d7f2b546b1480a2993aee8e4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 4 Feb 2008 15:10:08 +0100 Subject: [PATCH] src/gstaubiotempo.c: updated plugin information --- src/gstaubiotempo.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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/") -- 2.11.0