licenses, ugg
authorAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 18:12:52 +0000 (18:12 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 18:12:52 +0000 (18:12 +0000)
Original commit message from CVS:
licenses, ugg

gst/autoplug/gstautoplugcache.c
gst/autoplug/gstautoplugger.c
gst/autoplug/gstspider.c
gst/autoplug/gstspideridentity.c
gst/gstbin.c
gst/gstqueue.c
gst/gstthread.c
gst/gsttypefind.c
plugins/elements/gstqueue.c

index 482925e..adaf02f 100644 (file)
@@ -24,6 +24,7 @@
 GstElementDetails gst_autoplugcache_details = {
   "AutoplugCache",
   "Generic",
+  "LGPL",
   "Data cache for the dynamic autoplugger",
   VERSION,
   "Erik Walthinsen <omega@temple-baptist.com>",
index 9b9139a..a8b62fb 100644 (file)
@@ -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 <omega@temple-baptist.com>",
index ae43333..095d5c8 100644 (file)
@@ -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 <in7y118@public.uni-hamburg.de>",
index ed155fd..698cda6 100644 (file)
@@ -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 <in7y118@public.uni-hamburg.de>",
   "(C) 2002",
index 6ff1557..2dd163a 100644 (file)
@@ -34,6 +34,7 @@
 GstElementDetails gst_bin_details = {
   "Generic bin",
   "Generic/Bin",
+  "LGPL",
   "Simple container object",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index e519b32..3b02209 100644 (file)
@@ -42,6 +42,7 @@
 GstElementDetails gst_queue_details = {
   "Queue",
   "Generic",
+  "LGPL",
   "Simple data queue",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 4c0a836..c4525c0 100644 (file)
@@ -33,6 +33,7 @@
 GstElementDetails gst_thread_details = {
   "Threaded container",
   "Generic/Bin",
+  "LGPL",
   "Container that creates/manages a thread",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index a113cdf..5351874 100644 (file)
@@ -33,6 +33,7 @@
 GstElementDetails gst_type_find_details = {
   "TypeFind",
   "Generic",
+  "LGPL",
   "Finds the media type of a stream",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>"
index e519b32..3b02209 100644 (file)
@@ -42,6 +42,7 @@
 GstElementDetails gst_queue_details = {
   "Queue",
   "Generic",
+  "LGPL",
   "Simple data queue",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",