Daniel Narvaez
unread,Sep 25, 2012, 4:57:48 AM9/25/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Aleksey Lim, sugar-...@googlegroups.com, sugar...@lists.sugarlabs.org, Daniel Narvaez
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 <
als...@member.fsf.org>");
}
/* initialize the new element
--
1.7.11.4