mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
9f43e85246
commit
eec0875bd2
2 changed files with 2 additions and 1 deletions
|
@ -703,6 +703,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
||||||
|
|
||||||
factory = gst_element_factory_new("spider", GST_TYPE_SPIDER,
|
factory = gst_element_factory_new("spider", GST_TYPE_SPIDER,
|
||||||
&gst_spider_details);
|
&gst_spider_details);
|
||||||
|
gst_plugin_set_longname (plugin, "Spider autoplugging elements");
|
||||||
g_return_val_if_fail(factory != NULL, FALSE);
|
g_return_val_if_fail(factory != NULL, FALSE);
|
||||||
|
|
||||||
gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (spider_src_factory));
|
gst_element_factory_add_pad_template (factory, GST_PAD_TEMPLATE_GET (spider_src_factory));
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* Copyright (C) 2002 Erik Walthinsen <omega@cse.ogi.edu>
|
* Copyright (C) 2002 Erik Walthinsen <omega@cse.ogi.edu>
|
||||||
* 2002 Wim Taymans <wtay@chello.be>
|
* 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
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
|
Loading…
Reference in a new issue