appsrc: fix the classification.
authorStefan Kost <ensonic@users.sf.net>
Thu, 12 Aug 2010 15:14:38 +0000 (18:14 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 12 Aug 2010 15:16:20 +0000 (18:16 +0300)
Change "Src" into "Source" (we use that elsewhere). I did not keept "Src" as it
is quite unlikely that someone plugs appsrc by searching the registry by classification.

gst-libs/gst/app/gstappsrc.c

index 0f7ff53..90f07c3 100644 (file)
@@ -271,7 +271,7 @@ gst_app_src_base_init (gpointer g_class)
   GST_DEBUG_CATEGORY_INIT (app_src_debug, "appsrc", 0, "appsrc element");
 
   gst_element_class_set_details_simple (element_class, "AppSrc",
-      "Generic/Src", "Allow the application to feed buffers to a pipeline",
+      "Generic/Source", "Allow the application to feed buffers to a pipeline",
       "David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com>");
 
   gst_element_class_add_pad_template (element_class,