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 = {
"Aggregator pipe fitting",
"Generic",
"LGPL",
"N-to-1 pipe fitting",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",

View file

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

View 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"

View 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>",

View 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>",

View file

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

View 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>",

View file

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

View 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>",

View 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>",

View 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>",

View 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"

View 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>",

View 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"

View 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>",

View file

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

View 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"

View 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>",

View 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>",

View file

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

View 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>",

View file

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

View 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>",

View 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>",

View 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>",

View 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"

View 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>",

View 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"