[Sugar-devel] [PATCH gst-plugins-espeak] Setup the plugin metadata
Daniel Narvaez
dwnarvaez at gmail.com
Tue Sep 25 04:57:48 EDT 2012
Work around https://bugzilla.gnome.org/show_bug.cgi?id=684765
---
src/gstespeak.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/gstespeak.c b/src/gstespeak.c
index b7603eb..e884457 100644
--- a/src/gstespeak.c
+++ b/src/gstespeak.c
@@ -128,6 +128,12 @@ static void gst_espeak_class_init (GstEspeakClass * klass) {
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&src_factory));
+
+ gst_element_class_set_static_metadata (element_class,
+ "Espeak",
+ "Source",
+ "Uses eSpeak library as a sound source for GStreamer",
+ "Aleksey S. Lim <alsroot at member.fsf.org>");
}
/* initialize the new element
--
1.7.11.4
More information about the Sugar-devel
mailing list