From eec0875bd2a9f001c39c459c1a433e48e211c0d5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 12 Sep 2002 09:19:00 +0000 Subject: [PATCH] one simple fix in the madness that spider is Original commit message from CVS: one simple fix in the madness that spider is --- gst/autoplug/gstspider.c | 1 + gst/autoplug/gstspideridentity.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/autoplug/gstspider.c b/gst/autoplug/gstspider.c index 99218f8..e92fa32 100644 --- a/gst/autoplug/gstspider.c +++ b/gst/autoplug/gstspider.c @@ -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)); diff --git a/gst/autoplug/gstspideridentity.c b/gst/autoplug/gstspideridentity.c index 950a01a..4a660fe 100644 --- a/gst/autoplug/gstspideridentity.c +++ b/gst/autoplug/gstspideridentity.c @@ -2,7 +2,7 @@ * Copyright (C) 2002 Erik Walthinsen * 2002 Wim Taymans * - * 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 -- 2.7.4