From c92874adad9a52e9c82be0b35d519805ef6330ea Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 29 Sep 2002 18:12:52 +0000 Subject: [PATCH] licenses, ugg Original commit message from CVS: licenses, ugg --- gst/autoplug/gstautoplugcache.c | 1 + gst/autoplug/gstautoplugger.c | 1 + gst/autoplug/gstspider.c | 1 + gst/autoplug/gstspideridentity.c | 5 +++-- gst/gstbin.c | 1 + gst/gstqueue.c | 1 + gst/gstthread.c | 1 + gst/gsttypefind.c | 1 + plugins/elements/gstqueue.c | 1 + 9 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gst/autoplug/gstautoplugcache.c b/gst/autoplug/gstautoplugcache.c index 482925e4f6..adaf02f79e 100644 --- a/gst/autoplug/gstautoplugcache.c +++ b/gst/autoplug/gstautoplugcache.c @@ -24,6 +24,7 @@ GstElementDetails gst_autoplugcache_details = { "AutoplugCache", "Generic", + "LGPL", "Data cache for the dynamic autoplugger", VERSION, "Erik Walthinsen ", diff --git a/gst/autoplug/gstautoplugger.c b/gst/autoplug/gstautoplugger.c index 9b9139a568..a8b62fb11c 100644 --- a/gst/autoplug/gstautoplugger.c +++ b/gst/autoplug/gstautoplugger.c @@ -24,6 +24,7 @@ GstElementDetails gst_autoplugger_details = { "Dynamic autoplugger", "Generic", + "LGPL", "Magic element that converts from any type to any other", VERSION, "Erik Walthinsen ", diff --git a/gst/autoplug/gstspider.c b/gst/autoplug/gstspider.c index ae43333bf8..095d5c89b6 100644 --- a/gst/autoplug/gstspider.c +++ b/gst/autoplug/gstspider.c @@ -690,6 +690,7 @@ gst_spider_plug_from_srcpad (GstSpiderConnection *conn, GstPad *srcpad) GstElementDetails gst_spider_details = { "Spider", "Generic", + "LGPL", "Automatically connect sinks and sources", VERSION, "Benjamin Otte ", diff --git a/gst/autoplug/gstspideridentity.c b/gst/autoplug/gstspideridentity.c index ed155fd5b1..698cda631d 100644 --- a/gst/autoplug/gstspideridentity.c +++ b/gst/autoplug/gstspideridentity.c @@ -27,8 +27,9 @@ GstElementDetails gst_spider_identity_details = { "SpiderIdentity", - "Filter/Autoplug", - "connection between spider and outside elements", + "Generic", + "LGPL", + "Connection between spider and outside elements", VERSION, "Benjamin Otte ", "(C) 2002", diff --git a/gst/gstbin.c b/gst/gstbin.c index 6ff155702e..2dd163a07f 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -34,6 +34,7 @@ GstElementDetails gst_bin_details = { "Generic bin", "Generic/Bin", + "LGPL", "Simple container object", VERSION, "Erik Walthinsen ", diff --git a/gst/gstqueue.c b/gst/gstqueue.c index e519b32c00..3b022094a6 100644 --- a/gst/gstqueue.c +++ b/gst/gstqueue.c @@ -42,6 +42,7 @@ GstElementDetails gst_queue_details = { "Queue", "Generic", + "LGPL", "Simple data queue", VERSION, "Erik Walthinsen ", diff --git a/gst/gstthread.c b/gst/gstthread.c index 4c0a836536..c4525c01e9 100644 --- a/gst/gstthread.c +++ b/gst/gstthread.c @@ -33,6 +33,7 @@ GstElementDetails gst_thread_details = { "Threaded container", "Generic/Bin", + "LGPL", "Container that creates/manages a thread", VERSION, "Erik Walthinsen ", diff --git a/gst/gsttypefind.c b/gst/gsttypefind.c index a113cdfe29..5351874b4b 100644 --- a/gst/gsttypefind.c +++ b/gst/gsttypefind.c @@ -33,6 +33,7 @@ GstElementDetails gst_type_find_details = { "TypeFind", "Generic", + "LGPL", "Finds the media type of a stream", VERSION, "Erik Walthinsen " diff --git a/plugins/elements/gstqueue.c b/plugins/elements/gstqueue.c index e519b32c00..3b022094a6 100644 --- a/plugins/elements/gstqueue.c +++ b/plugins/elements/gstqueue.c @@ -42,6 +42,7 @@ GstElementDetails gst_queue_details = { "Queue", "Generic", + "LGPL", "Simple data queue", VERSION, "Erik Walthinsen ",