adding ::license field to core plugins
authorAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 17:52:31 +0000 (17:52 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 17:52:31 +0000 (17:52 +0000)
Original commit message from CVS:
adding ::license field to core plugins

28 files changed:
gst/elements/gstaggregator.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfdsink.c
gst/elements/gstfdsrc.c
gst/elements/gstfilesink.c
gst/elements/gstfilesrc.c
gst/elements/gstidentity.c
gst/elements/gstmd5sink.c
gst/elements/gstmultidisksrc.c
gst/elements/gstmultifilesrc.c
gst/elements/gstpipefilter.c
gst/elements/gststatistics.c
gst/elements/gsttee.c
plugins/elements/gstaggregator.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c
plugins/elements/gstidentity.c
plugins/elements/gstmd5sink.c
plugins/elements/gstmultidisksrc.c
plugins/elements/gstmultifilesrc.c
plugins/elements/gstpipefilter.c
plugins/elements/gststatistics.c
plugins/elements/gsttee.c

index 9be934fd13aafdfc5304f346524eda3a0baa5464..77a5e30e29ffb917fe54f287ca0831957f798156 100644 (file)
@@ -26,6 +26,7 @@
 GstElementDetails gst_aggregator_details = {
   "Aggregator pipe fitting",
   "Generic",
+  "LGPL",
   "N-to-1 pipe fitting",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 44329a0593ce8a0c1b0f6bfcabcc2e4c796a1e0c..f32dd467fa12d46e1556c64cd86e7efdb8bca534 100644 (file)
@@ -27,6 +27,7 @@
 GstElementDetails gst_fakesink_details = {
   "Fake Sink",
   "Sink",
+  "LGPL",
   "Black hole for data",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index ede1af5d9dc2a4769cbb41d20aac4c988398604e..90a7a22b67b4681ed0ca9d1aa20b1f29835c9a2b 100644 (file)
@@ -30,6 +30,7 @@
 GstElementDetails gst_fakesrc_details = {
   "Fake Source",
   "Source",
+  "LGPL",
   "Push empty (no data) buffers around",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index ece02eeba3308b0a15f000b07a7bfe9c10547287..a64690bc8fb5239dd337e49dde0fb38aeb2f2342 100644 (file)
@@ -27,6 +27,7 @@
 GstElementDetails gst_fdsink_details = {
   "Filedescriptor Sink",
   "Sink/File",
+  "LGPL",
   "Write data to a file descriptor",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 2fdfcc5129b906ae97fb80dcf755fc68beb9c6f9..dcd2b07d66ab8c8d869030a6a2d0ca4eb9989bf7 100644 (file)
@@ -33,6 +33,7 @@
 GstElementDetails gst_fdsrc_details = {
   "Disk Source",
   "Source/File",
+  "LGPL",
   "Synchronous read from a file",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index b6bab0bf3b9dcf3616462126eab909074d6228ae..840f76b81df0462fd1f6a2da8fa360f9bd2159e0 100644 (file)
@@ -29,6 +29,7 @@
 GstElementDetails gst_filesink_details = {
   "File Sink",
   "Sink/File",
+  "LGPL",
   "Write stream to a file",
   VERSION,
   "Thomas <thomas@apestaart.org>",
index a1da561ec59cccba694a8be7ead78e1c9b853931..1ea9db1565d997587cbf40082a558b1337185050 100644 (file)
@@ -72,6 +72,7 @@
 GstElementDetails gst_filesrc_details = {
   "File Source",
   "Source/File",
+  "LGPL",
   "Read from arbitrary point in a file",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 61ba4ebd0f4dc695768dd1cce84f1d6ed6cfa5ae..a0af31e5fdc50c18d000814a454b98f9446d1db5 100644 (file)
@@ -28,6 +28,7 @@
 GstElementDetails gst_identity_details = {
   "Identity",
   "Generic",
+  "LGPL",
   "Pass data without modification",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 27af04909c5d726ad1f8a84dfd4a1629e018d231..ef9f462204b2066b60a218cae66c5e6fbc5b6fa7 100644 (file)
@@ -499,6 +499,7 @@ gst_md5sink_chain (GstPad *pad, GstBuffer *buf)
 GstElementDetails gst_md5sink_details = {
   "MD5 Sink",
   "Sink",
+  "LGPL",
   "compute MD5 for incoming data",
   VERSION,
   "Benjamin Otte <in7y118@public.uni-hamburg.de>",
index 2c3daf5db52670c10717c661cd55f868d8758d9a..629993bed81e9fadbf0392665fbe4dc032726a72 100644 (file)
@@ -34,6 +34,7 @@
 GstElementDetails gst_multidisksrc_details = {
   "Multi Disk Source",
   "Source/File",
+  "LGPL",
   "Read from multiple files in order",
   VERSION,
   "Dominic Ludlam <dom@openfx.org>",
index 2c3daf5db52670c10717c661cd55f868d8758d9a..629993bed81e9fadbf0392665fbe4dc032726a72 100644 (file)
@@ -34,6 +34,7 @@
 GstElementDetails gst_multidisksrc_details = {
   "Multi Disk Source",
   "Source/File",
+  "LGPL",
   "Read from multiple files in order",
   VERSION,
   "Dominic Ludlam <dom@openfx.org>",
index bc9d5ff002b5734072b8d41908deff07ddcd565f..77fe738d08ee1e04458aa96d3457b9970702cfd1 100644 (file)
@@ -36,6 +36,7 @@
 GstElementDetails gst_pipefilter_details = {
   "Pipefilter",
   "Filter",
+  "LGPL",
   "Interoperate with an external program using stdin and stdout",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index 49ab9a72d61c6b7a2f58b3bf88471a38861d5588..9426f042288c12c499031dd9224cf63c1a1b7326 100644 (file)
@@ -27,6 +27,7 @@
 GstElementDetails gst_statistics_details = {
   "Statistics",
   "Generic",
+  "LGPL",
   "Statistics on buffers/bytes/events",
   VERSION,
   "David I. Lehn <dlehn@users.sourceforge.net>",
index c122d5ec29d587ca8ea75f187da0565ef737d082..93610480405cc5ca988c8a724d0cee3e53ba94dd 100644 (file)
@@ -26,6 +26,7 @@
 GstElementDetails gst_tee_details = {
   "Tee pipe fitting",
   "Generic",
+  "LGPL",
   "1-to-N pipe fitting",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index 9be934fd13aafdfc5304f346524eda3a0baa5464..77a5e30e29ffb917fe54f287ca0831957f798156 100644 (file)
@@ -26,6 +26,7 @@
 GstElementDetails gst_aggregator_details = {
   "Aggregator pipe fitting",
   "Generic",
+  "LGPL",
   "N-to-1 pipe fitting",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 44329a0593ce8a0c1b0f6bfcabcc2e4c796a1e0c..f32dd467fa12d46e1556c64cd86e7efdb8bca534 100644 (file)
@@ -27,6 +27,7 @@
 GstElementDetails gst_fakesink_details = {
   "Fake Sink",
   "Sink",
+  "LGPL",
   "Black hole for data",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index ede1af5d9dc2a4769cbb41d20aac4c988398604e..90a7a22b67b4681ed0ca9d1aa20b1f29835c9a2b 100644 (file)
@@ -30,6 +30,7 @@
 GstElementDetails gst_fakesrc_details = {
   "Fake Source",
   "Source",
+  "LGPL",
   "Push empty (no data) buffers around",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index ece02eeba3308b0a15f000b07a7bfe9c10547287..a64690bc8fb5239dd337e49dde0fb38aeb2f2342 100644 (file)
@@ -27,6 +27,7 @@
 GstElementDetails gst_fdsink_details = {
   "Filedescriptor Sink",
   "Sink/File",
+  "LGPL",
   "Write data to a file descriptor",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 2fdfcc5129b906ae97fb80dcf755fc68beb9c6f9..dcd2b07d66ab8c8d869030a6a2d0ca4eb9989bf7 100644 (file)
@@ -33,6 +33,7 @@
 GstElementDetails gst_fdsrc_details = {
   "Disk Source",
   "Source/File",
+  "LGPL",
   "Synchronous read from a file",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index b6bab0bf3b9dcf3616462126eab909074d6228ae..840f76b81df0462fd1f6a2da8fa360f9bd2159e0 100644 (file)
@@ -29,6 +29,7 @@
 GstElementDetails gst_filesink_details = {
   "File Sink",
   "Sink/File",
+  "LGPL",
   "Write stream to a file",
   VERSION,
   "Thomas <thomas@apestaart.org>",
index a1da561ec59cccba694a8be7ead78e1c9b853931..1ea9db1565d997587cbf40082a558b1337185050 100644 (file)
@@ -72,6 +72,7 @@
 GstElementDetails gst_filesrc_details = {
   "File Source",
   "Source/File",
+  "LGPL",
   "Read from arbitrary point in a file",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 61ba4ebd0f4dc695768dd1cce84f1d6ed6cfa5ae..a0af31e5fdc50c18d000814a454b98f9446d1db5 100644 (file)
@@ -28,6 +28,7 @@
 GstElementDetails gst_identity_details = {
   "Identity",
   "Generic",
+  "LGPL",
   "Pass data without modification",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 27af04909c5d726ad1f8a84dfd4a1629e018d231..ef9f462204b2066b60a218cae66c5e6fbc5b6fa7 100644 (file)
@@ -499,6 +499,7 @@ gst_md5sink_chain (GstPad *pad, GstBuffer *buf)
 GstElementDetails gst_md5sink_details = {
   "MD5 Sink",
   "Sink",
+  "LGPL",
   "compute MD5 for incoming data",
   VERSION,
   "Benjamin Otte <in7y118@public.uni-hamburg.de>",
index 2c3daf5db52670c10717c661cd55f868d8758d9a..629993bed81e9fadbf0392665fbe4dc032726a72 100644 (file)
@@ -34,6 +34,7 @@
 GstElementDetails gst_multidisksrc_details = {
   "Multi Disk Source",
   "Source/File",
+  "LGPL",
   "Read from multiple files in order",
   VERSION,
   "Dominic Ludlam <dom@openfx.org>",
index 2c3daf5db52670c10717c661cd55f868d8758d9a..629993bed81e9fadbf0392665fbe4dc032726a72 100644 (file)
@@ -34,6 +34,7 @@
 GstElementDetails gst_multidisksrc_details = {
   "Multi Disk Source",
   "Source/File",
+  "LGPL",
   "Read from multiple files in order",
   VERSION,
   "Dominic Ludlam <dom@openfx.org>",
index bc9d5ff002b5734072b8d41908deff07ddcd565f..77fe738d08ee1e04458aa96d3457b9970702cfd1 100644 (file)
@@ -36,6 +36,7 @@
 GstElementDetails gst_pipefilter_details = {
   "Pipefilter",
   "Filter",
+  "LGPL",
   "Interoperate with an external program using stdin and stdout",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index 49ab9a72d61c6b7a2f58b3bf88471a38861d5588..9426f042288c12c499031dd9224cf63c1a1b7326 100644 (file)
@@ -27,6 +27,7 @@
 GstElementDetails gst_statistics_details = {
   "Statistics",
   "Generic",
+  "LGPL",
   "Statistics on buffers/bytes/events",
   VERSION,
   "David I. Lehn <dlehn@users.sourceforge.net>",
index c122d5ec29d587ca8ea75f187da0565ef737d082..93610480405cc5ca988c8a724d0cee3e53ba94dd 100644 (file)
@@ -26,6 +26,7 @@
 GstElementDetails gst_tee_details = {
   "Tee pipe fitting",
   "Generic",
+  "LGPL",
   "1-to-N pipe fitting",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"