one simple fix in the madness that spider is
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 12 Sep 2002 09:19:00 +0000 (09:19 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 12 Sep 2002 09:19:00 +0000 (09:19 +0000)
Original commit message from CVS:
one simple fix in the madness that spider is

gst/autoplug/gstspider.c
gst/autoplug/gstspideridentity.c

index 99218f8..e92fa32 100644 (file)
@@ -703,6 +703,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
 
   factory = gst_element_factory_new("spider", GST_TYPE_SPIDER,
                                    &gst_spider_details);
+  gst_plugin_set_longname (plugin, "Spider autoplugging elements");
   g_return_val_if_fail(factory != NULL, FALSE);
 
   gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (spider_src_factory));
index 950a01a..4a660fe 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 2002 Erik Walthinsen <omega@cse.ogi.edu>
  *               2002 Wim Taymans <wtay@chello.be>
  *
- * gstspideridentity.c: IDentity element for the spider autoplugger
+ * gstspideridentity.c: identity element for the spider autoplugger
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public