openslessrc: Classification of the element factory should be Source/ not Src/
authorSebastian Dröge <sebastian@centricular.com>
Mon, 23 Jun 2014 18:33:54 +0000 (20:33 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 23 Jun 2014 18:34:24 +0000 (20:34 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=727811

sys/opensles/openslessrc.c

index 6a9f21d..5247854 100644 (file)
@@ -82,7 +82,7 @@ gst_opensles_src_class_init (GstOpenSLESSrcClass * klass)
       gst_static_pad_template_get (&src_factory));
 
   gst_element_class_set_static_metadata (gstelement_class, "OpenSL ES Src",
-      "Src/Audio",
+      "Source/Audio",
       "Input sound using the OpenSL ES APIs",
       "Josep Torra <support@fluendo.com>");