one simple fix in the madness that spider is

Original commit message from CVS:
one simple fix in the madness that spider is
This commit is contained in:
Thomas Vander Stichele 2002-09-12 09:19:00 +00:00
parent 9f43e85246
commit eec0875bd2
2 changed files with 2 additions and 1 deletions

View 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));

View 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