adding ::license field to core plugins

Original commit message from CVS:
adding ::license field to core plugins
This commit is contained in:
Andy Wingo 2002-09-29 17:52:31 +00:00
parent 4b93f5a554
commit 7820d80e33
28 changed files with 28 additions and 0 deletions

View file

@ -26,6 +26,7 @@
GstElementDetails gst_aggregator_details = { GstElementDetails gst_aggregator_details = {
"Aggregator pipe fitting", "Aggregator pipe fitting",
"Generic", "Generic",
"LGPL",
"N-to-1 pipe fitting", "N-to-1 pipe fitting",
VERSION, VERSION,
"Wim Taymans <wim.taymans@chello.be>", "Wim Taymans <wim.taymans@chello.be>",

View file

@ -27,6 +27,7 @@
GstElementDetails gst_fakesink_details = { GstElementDetails gst_fakesink_details = {
"Fake Sink", "Fake Sink",
"Sink", "Sink",
"LGPL",
"Black hole for data", "Black hole for data",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -30,6 +30,7 @@
GstElementDetails gst_fakesrc_details = { GstElementDetails gst_fakesrc_details = {
"Fake Source", "Fake Source",
"Source", "Source",
"LGPL",
"Push empty (no data) buffers around", "Push empty (no data) buffers around",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"

View file

@ -27,6 +27,7 @@
GstElementDetails gst_fdsink_details = { GstElementDetails gst_fdsink_details = {
"Filedescriptor Sink", "Filedescriptor Sink",
"Sink/File", "Sink/File",
"LGPL",
"Write data to a file descriptor", "Write data to a file descriptor",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -33,6 +33,7 @@
GstElementDetails gst_fdsrc_details = { GstElementDetails gst_fdsrc_details = {
"Disk Source", "Disk Source",
"Source/File", "Source/File",
"LGPL",
"Synchronous read from a file", "Synchronous read from a file",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -29,6 +29,7 @@
GstElementDetails gst_filesink_details = { GstElementDetails gst_filesink_details = {
"File Sink", "File Sink",
"Sink/File", "Sink/File",
"LGPL",
"Write stream to a file", "Write stream to a file",
VERSION, VERSION,
"Thomas <thomas@apestaart.org>", "Thomas <thomas@apestaart.org>",

View file

@ -72,6 +72,7 @@
GstElementDetails gst_filesrc_details = { GstElementDetails gst_filesrc_details = {
"File Source", "File Source",
"Source/File", "Source/File",
"LGPL",
"Read from arbitrary point in a file", "Read from arbitrary point in a file",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -28,6 +28,7 @@
GstElementDetails gst_identity_details = { GstElementDetails gst_identity_details = {
"Identity", "Identity",
"Generic", "Generic",
"LGPL",
"Pass data without modification", "Pass data without modification",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -499,6 +499,7 @@ gst_md5sink_chain (GstPad *pad, GstBuffer *buf)
GstElementDetails gst_md5sink_details = { GstElementDetails gst_md5sink_details = {
"MD5 Sink", "MD5 Sink",
"Sink", "Sink",
"LGPL",
"compute MD5 for incoming data", "compute MD5 for incoming data",
VERSION, VERSION,
"Benjamin Otte <in7y118@public.uni-hamburg.de>", "Benjamin Otte <in7y118@public.uni-hamburg.de>",

View file

@ -34,6 +34,7 @@
GstElementDetails gst_multidisksrc_details = { GstElementDetails gst_multidisksrc_details = {
"Multi Disk Source", "Multi Disk Source",
"Source/File", "Source/File",
"LGPL",
"Read from multiple files in order", "Read from multiple files in order",
VERSION, VERSION,
"Dominic Ludlam <dom@openfx.org>", "Dominic Ludlam <dom@openfx.org>",

View file

@ -34,6 +34,7 @@
GstElementDetails gst_multidisksrc_details = { GstElementDetails gst_multidisksrc_details = {
"Multi Disk Source", "Multi Disk Source",
"Source/File", "Source/File",
"LGPL",
"Read from multiple files in order", "Read from multiple files in order",
VERSION, VERSION,
"Dominic Ludlam <dom@openfx.org>", "Dominic Ludlam <dom@openfx.org>",

View file

@ -36,6 +36,7 @@
GstElementDetails gst_pipefilter_details = { GstElementDetails gst_pipefilter_details = {
"Pipefilter", "Pipefilter",
"Filter", "Filter",
"LGPL",
"Interoperate with an external program using stdin and stdout", "Interoperate with an external program using stdin and stdout",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"

View file

@ -27,6 +27,7 @@
GstElementDetails gst_statistics_details = { GstElementDetails gst_statistics_details = {
"Statistics", "Statistics",
"Generic", "Generic",
"LGPL",
"Statistics on buffers/bytes/events", "Statistics on buffers/bytes/events",
VERSION, VERSION,
"David I. Lehn <dlehn@users.sourceforge.net>", "David I. Lehn <dlehn@users.sourceforge.net>",

View file

@ -26,6 +26,7 @@
GstElementDetails gst_tee_details = { GstElementDetails gst_tee_details = {
"Tee pipe fitting", "Tee pipe fitting",
"Generic", "Generic",
"LGPL",
"1-to-N pipe fitting", "1-to-N pipe fitting",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"

View file

@ -26,6 +26,7 @@
GstElementDetails gst_aggregator_details = { GstElementDetails gst_aggregator_details = {
"Aggregator pipe fitting", "Aggregator pipe fitting",
"Generic", "Generic",
"LGPL",
"N-to-1 pipe fitting", "N-to-1 pipe fitting",
VERSION, VERSION,
"Wim Taymans <wim.taymans@chello.be>", "Wim Taymans <wim.taymans@chello.be>",

View file

@ -27,6 +27,7 @@
GstElementDetails gst_fakesink_details = { GstElementDetails gst_fakesink_details = {
"Fake Sink", "Fake Sink",
"Sink", "Sink",
"LGPL",
"Black hole for data", "Black hole for data",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -30,6 +30,7 @@
GstElementDetails gst_fakesrc_details = { GstElementDetails gst_fakesrc_details = {
"Fake Source", "Fake Source",
"Source", "Source",
"LGPL",
"Push empty (no data) buffers around", "Push empty (no data) buffers around",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"

View file

@ -27,6 +27,7 @@
GstElementDetails gst_fdsink_details = { GstElementDetails gst_fdsink_details = {
"Filedescriptor Sink", "Filedescriptor Sink",
"Sink/File", "Sink/File",
"LGPL",
"Write data to a file descriptor", "Write data to a file descriptor",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -33,6 +33,7 @@
GstElementDetails gst_fdsrc_details = { GstElementDetails gst_fdsrc_details = {
"Disk Source", "Disk Source",
"Source/File", "Source/File",
"LGPL",
"Synchronous read from a file", "Synchronous read from a file",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -29,6 +29,7 @@
GstElementDetails gst_filesink_details = { GstElementDetails gst_filesink_details = {
"File Sink", "File Sink",
"Sink/File", "Sink/File",
"LGPL",
"Write stream to a file", "Write stream to a file",
VERSION, VERSION,
"Thomas <thomas@apestaart.org>", "Thomas <thomas@apestaart.org>",

View file

@ -72,6 +72,7 @@
GstElementDetails gst_filesrc_details = { GstElementDetails gst_filesrc_details = {
"File Source", "File Source",
"Source/File", "Source/File",
"LGPL",
"Read from arbitrary point in a file", "Read from arbitrary point in a file",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -28,6 +28,7 @@
GstElementDetails gst_identity_details = { GstElementDetails gst_identity_details = {
"Identity", "Identity",
"Generic", "Generic",
"LGPL",
"Pass data without modification", "Pass data without modification",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -499,6 +499,7 @@ gst_md5sink_chain (GstPad *pad, GstBuffer *buf)
GstElementDetails gst_md5sink_details = { GstElementDetails gst_md5sink_details = {
"MD5 Sink", "MD5 Sink",
"Sink", "Sink",
"LGPL",
"compute MD5 for incoming data", "compute MD5 for incoming data",
VERSION, VERSION,
"Benjamin Otte <in7y118@public.uni-hamburg.de>", "Benjamin Otte <in7y118@public.uni-hamburg.de>",

View file

@ -34,6 +34,7 @@
GstElementDetails gst_multidisksrc_details = { GstElementDetails gst_multidisksrc_details = {
"Multi Disk Source", "Multi Disk Source",
"Source/File", "Source/File",
"LGPL",
"Read from multiple files in order", "Read from multiple files in order",
VERSION, VERSION,
"Dominic Ludlam <dom@openfx.org>", "Dominic Ludlam <dom@openfx.org>",

View file

@ -34,6 +34,7 @@
GstElementDetails gst_multidisksrc_details = { GstElementDetails gst_multidisksrc_details = {
"Multi Disk Source", "Multi Disk Source",
"Source/File", "Source/File",
"LGPL",
"Read from multiple files in order", "Read from multiple files in order",
VERSION, VERSION,
"Dominic Ludlam <dom@openfx.org>", "Dominic Ludlam <dom@openfx.org>",

View file

@ -36,6 +36,7 @@
GstElementDetails gst_pipefilter_details = { GstElementDetails gst_pipefilter_details = {
"Pipefilter", "Pipefilter",
"Filter", "Filter",
"LGPL",
"Interoperate with an external program using stdin and stdout", "Interoperate with an external program using stdin and stdout",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"

View file

@ -27,6 +27,7 @@
GstElementDetails gst_statistics_details = { GstElementDetails gst_statistics_details = {
"Statistics", "Statistics",
"Generic", "Generic",
"LGPL",
"Statistics on buffers/bytes/events", "Statistics on buffers/bytes/events",
VERSION, VERSION,
"David I. Lehn <dlehn@users.sourceforge.net>", "David I. Lehn <dlehn@users.sourceforge.net>",

View file

@ -26,6 +26,7 @@
GstElementDetails gst_tee_details = { GstElementDetails gst_tee_details = {
"Tee pipe fitting", "Tee pipe fitting",
"Generic", "Generic",
"LGPL",
"1-to-N pipe fitting", "1-to-N pipe fitting",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"