From 7820d80e33b1a3259c43b205b7c79ac6e3c7bb05 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 29 Sep 2002 17:52:31 +0000 Subject: [PATCH] adding ::license field to core plugins Original commit message from CVS: adding ::license field to core plugins --- gst/elements/gstaggregator.c | 1 + gst/elements/gstfakesink.c | 1 + gst/elements/gstfakesrc.c | 1 + gst/elements/gstfdsink.c | 1 + gst/elements/gstfdsrc.c | 1 + gst/elements/gstfilesink.c | 1 + gst/elements/gstfilesrc.c | 1 + gst/elements/gstidentity.c | 1 + gst/elements/gstmd5sink.c | 1 + gst/elements/gstmultidisksrc.c | 1 + gst/elements/gstmultifilesrc.c | 1 + gst/elements/gstpipefilter.c | 1 + gst/elements/gststatistics.c | 1 + gst/elements/gsttee.c | 1 + plugins/elements/gstaggregator.c | 1 + plugins/elements/gstfakesink.c | 1 + plugins/elements/gstfakesrc.c | 1 + plugins/elements/gstfdsink.c | 1 + plugins/elements/gstfdsrc.c | 1 + plugins/elements/gstfilesink.c | 1 + plugins/elements/gstfilesrc.c | 1 + plugins/elements/gstidentity.c | 1 + plugins/elements/gstmd5sink.c | 1 + plugins/elements/gstmultidisksrc.c | 1 + plugins/elements/gstmultifilesrc.c | 1 + plugins/elements/gstpipefilter.c | 1 + plugins/elements/gststatistics.c | 1 + plugins/elements/gsttee.c | 1 + 28 files changed, 28 insertions(+) diff --git a/gst/elements/gstaggregator.c b/gst/elements/gstaggregator.c index 9be934fd13..77a5e30e29 100644 --- a/gst/elements/gstaggregator.c +++ b/gst/elements/gstaggregator.c @@ -26,6 +26,7 @@ GstElementDetails gst_aggregator_details = { "Aggregator pipe fitting", "Generic", + "LGPL", "N-to-1 pipe fitting", VERSION, "Wim Taymans ", diff --git a/gst/elements/gstfakesink.c b/gst/elements/gstfakesink.c index 44329a0593..f32dd467fa 100644 --- a/gst/elements/gstfakesink.c +++ b/gst/elements/gstfakesink.c @@ -27,6 +27,7 @@ GstElementDetails gst_fakesink_details = { "Fake Sink", "Sink", + "LGPL", "Black hole for data", VERSION, "Erik Walthinsen ", diff --git a/gst/elements/gstfakesrc.c b/gst/elements/gstfakesrc.c index ede1af5d9d..90a7a22b67 100644 --- a/gst/elements/gstfakesrc.c +++ b/gst/elements/gstfakesrc.c @@ -30,6 +30,7 @@ GstElementDetails gst_fakesrc_details = { "Fake Source", "Source", + "LGPL", "Push empty (no data) buffers around", VERSION, "Erik Walthinsen \n" diff --git a/gst/elements/gstfdsink.c b/gst/elements/gstfdsink.c index ece02eeba3..a64690bc8f 100644 --- a/gst/elements/gstfdsink.c +++ b/gst/elements/gstfdsink.c @@ -27,6 +27,7 @@ GstElementDetails gst_fdsink_details = { "Filedescriptor Sink", "Sink/File", + "LGPL", "Write data to a file descriptor", VERSION, "Erik Walthinsen ", diff --git a/gst/elements/gstfdsrc.c b/gst/elements/gstfdsrc.c index 2fdfcc5129..dcd2b07d66 100644 --- a/gst/elements/gstfdsrc.c +++ b/gst/elements/gstfdsrc.c @@ -33,6 +33,7 @@ GstElementDetails gst_fdsrc_details = { "Disk Source", "Source/File", + "LGPL", "Synchronous read from a file", VERSION, "Erik Walthinsen ", diff --git a/gst/elements/gstfilesink.c b/gst/elements/gstfilesink.c index b6bab0bf3b..840f76b81d 100644 --- a/gst/elements/gstfilesink.c +++ b/gst/elements/gstfilesink.c @@ -29,6 +29,7 @@ GstElementDetails gst_filesink_details = { "File Sink", "Sink/File", + "LGPL", "Write stream to a file", VERSION, "Thomas ", diff --git a/gst/elements/gstfilesrc.c b/gst/elements/gstfilesrc.c index a1da561ec5..1ea9db1565 100644 --- a/gst/elements/gstfilesrc.c +++ b/gst/elements/gstfilesrc.c @@ -72,6 +72,7 @@ GstElementDetails gst_filesrc_details = { "File Source", "Source/File", + "LGPL", "Read from arbitrary point in a file", VERSION, "Erik Walthinsen ", diff --git a/gst/elements/gstidentity.c b/gst/elements/gstidentity.c index 61ba4ebd0f..a0af31e5fd 100644 --- a/gst/elements/gstidentity.c +++ b/gst/elements/gstidentity.c @@ -28,6 +28,7 @@ GstElementDetails gst_identity_details = { "Identity", "Generic", + "LGPL", "Pass data without modification", VERSION, "Erik Walthinsen ", diff --git a/gst/elements/gstmd5sink.c b/gst/elements/gstmd5sink.c index 27af04909c..ef9f462204 100644 --- a/gst/elements/gstmd5sink.c +++ b/gst/elements/gstmd5sink.c @@ -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 ", diff --git a/gst/elements/gstmultidisksrc.c b/gst/elements/gstmultidisksrc.c index 2c3daf5db5..629993bed8 100644 --- a/gst/elements/gstmultidisksrc.c +++ b/gst/elements/gstmultidisksrc.c @@ -34,6 +34,7 @@ GstElementDetails gst_multidisksrc_details = { "Multi Disk Source", "Source/File", + "LGPL", "Read from multiple files in order", VERSION, "Dominic Ludlam ", diff --git a/gst/elements/gstmultifilesrc.c b/gst/elements/gstmultifilesrc.c index 2c3daf5db5..629993bed8 100644 --- a/gst/elements/gstmultifilesrc.c +++ b/gst/elements/gstmultifilesrc.c @@ -34,6 +34,7 @@ GstElementDetails gst_multidisksrc_details = { "Multi Disk Source", "Source/File", + "LGPL", "Read from multiple files in order", VERSION, "Dominic Ludlam ", diff --git a/gst/elements/gstpipefilter.c b/gst/elements/gstpipefilter.c index bc9d5ff002..77fe738d08 100644 --- a/gst/elements/gstpipefilter.c +++ b/gst/elements/gstpipefilter.c @@ -36,6 +36,7 @@ GstElementDetails gst_pipefilter_details = { "Pipefilter", "Filter", + "LGPL", "Interoperate with an external program using stdin and stdout", VERSION, "Erik Walthinsen \n" diff --git a/gst/elements/gststatistics.c b/gst/elements/gststatistics.c index 49ab9a72d6..9426f04228 100644 --- a/gst/elements/gststatistics.c +++ b/gst/elements/gststatistics.c @@ -27,6 +27,7 @@ GstElementDetails gst_statistics_details = { "Statistics", "Generic", + "LGPL", "Statistics on buffers/bytes/events", VERSION, "David I. Lehn ", diff --git a/gst/elements/gsttee.c b/gst/elements/gsttee.c index c122d5ec29..9361048040 100644 --- a/gst/elements/gsttee.c +++ b/gst/elements/gsttee.c @@ -26,6 +26,7 @@ GstElementDetails gst_tee_details = { "Tee pipe fitting", "Generic", + "LGPL", "1-to-N pipe fitting", VERSION, "Erik Walthinsen \n" diff --git a/plugins/elements/gstaggregator.c b/plugins/elements/gstaggregator.c index 9be934fd13..77a5e30e29 100644 --- a/plugins/elements/gstaggregator.c +++ b/plugins/elements/gstaggregator.c @@ -26,6 +26,7 @@ GstElementDetails gst_aggregator_details = { "Aggregator pipe fitting", "Generic", + "LGPL", "N-to-1 pipe fitting", VERSION, "Wim Taymans ", diff --git a/plugins/elements/gstfakesink.c b/plugins/elements/gstfakesink.c index 44329a0593..f32dd467fa 100644 --- a/plugins/elements/gstfakesink.c +++ b/plugins/elements/gstfakesink.c @@ -27,6 +27,7 @@ GstElementDetails gst_fakesink_details = { "Fake Sink", "Sink", + "LGPL", "Black hole for data", VERSION, "Erik Walthinsen ", diff --git a/plugins/elements/gstfakesrc.c b/plugins/elements/gstfakesrc.c index ede1af5d9d..90a7a22b67 100644 --- a/plugins/elements/gstfakesrc.c +++ b/plugins/elements/gstfakesrc.c @@ -30,6 +30,7 @@ GstElementDetails gst_fakesrc_details = { "Fake Source", "Source", + "LGPL", "Push empty (no data) buffers around", VERSION, "Erik Walthinsen \n" diff --git a/plugins/elements/gstfdsink.c b/plugins/elements/gstfdsink.c index ece02eeba3..a64690bc8f 100644 --- a/plugins/elements/gstfdsink.c +++ b/plugins/elements/gstfdsink.c @@ -27,6 +27,7 @@ GstElementDetails gst_fdsink_details = { "Filedescriptor Sink", "Sink/File", + "LGPL", "Write data to a file descriptor", VERSION, "Erik Walthinsen ", diff --git a/plugins/elements/gstfdsrc.c b/plugins/elements/gstfdsrc.c index 2fdfcc5129..dcd2b07d66 100644 --- a/plugins/elements/gstfdsrc.c +++ b/plugins/elements/gstfdsrc.c @@ -33,6 +33,7 @@ GstElementDetails gst_fdsrc_details = { "Disk Source", "Source/File", + "LGPL", "Synchronous read from a file", VERSION, "Erik Walthinsen ", diff --git a/plugins/elements/gstfilesink.c b/plugins/elements/gstfilesink.c index b6bab0bf3b..840f76b81d 100644 --- a/plugins/elements/gstfilesink.c +++ b/plugins/elements/gstfilesink.c @@ -29,6 +29,7 @@ GstElementDetails gst_filesink_details = { "File Sink", "Sink/File", + "LGPL", "Write stream to a file", VERSION, "Thomas ", diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c index a1da561ec5..1ea9db1565 100644 --- a/plugins/elements/gstfilesrc.c +++ b/plugins/elements/gstfilesrc.c @@ -72,6 +72,7 @@ GstElementDetails gst_filesrc_details = { "File Source", "Source/File", + "LGPL", "Read from arbitrary point in a file", VERSION, "Erik Walthinsen ", diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index 61ba4ebd0f..a0af31e5fd 100644 --- a/plugins/elements/gstidentity.c +++ b/plugins/elements/gstidentity.c @@ -28,6 +28,7 @@ GstElementDetails gst_identity_details = { "Identity", "Generic", + "LGPL", "Pass data without modification", VERSION, "Erik Walthinsen ", diff --git a/plugins/elements/gstmd5sink.c b/plugins/elements/gstmd5sink.c index 27af04909c..ef9f462204 100644 --- a/plugins/elements/gstmd5sink.c +++ b/plugins/elements/gstmd5sink.c @@ -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 ", diff --git a/plugins/elements/gstmultidisksrc.c b/plugins/elements/gstmultidisksrc.c index 2c3daf5db5..629993bed8 100644 --- a/plugins/elements/gstmultidisksrc.c +++ b/plugins/elements/gstmultidisksrc.c @@ -34,6 +34,7 @@ GstElementDetails gst_multidisksrc_details = { "Multi Disk Source", "Source/File", + "LGPL", "Read from multiple files in order", VERSION, "Dominic Ludlam ", diff --git a/plugins/elements/gstmultifilesrc.c b/plugins/elements/gstmultifilesrc.c index 2c3daf5db5..629993bed8 100644 --- a/plugins/elements/gstmultifilesrc.c +++ b/plugins/elements/gstmultifilesrc.c @@ -34,6 +34,7 @@ GstElementDetails gst_multidisksrc_details = { "Multi Disk Source", "Source/File", + "LGPL", "Read from multiple files in order", VERSION, "Dominic Ludlam ", diff --git a/plugins/elements/gstpipefilter.c b/plugins/elements/gstpipefilter.c index bc9d5ff002..77fe738d08 100644 --- a/plugins/elements/gstpipefilter.c +++ b/plugins/elements/gstpipefilter.c @@ -36,6 +36,7 @@ GstElementDetails gst_pipefilter_details = { "Pipefilter", "Filter", + "LGPL", "Interoperate with an external program using stdin and stdout", VERSION, "Erik Walthinsen \n" diff --git a/plugins/elements/gststatistics.c b/plugins/elements/gststatistics.c index 49ab9a72d6..9426f04228 100644 --- a/plugins/elements/gststatistics.c +++ b/plugins/elements/gststatistics.c @@ -27,6 +27,7 @@ GstElementDetails gst_statistics_details = { "Statistics", "Generic", + "LGPL", "Statistics on buffers/bytes/events", VERSION, "David I. Lehn ", diff --git a/plugins/elements/gsttee.c b/plugins/elements/gsttee.c index c122d5ec29..9361048040 100644 --- a/plugins/elements/gsttee.c +++ b/plugins/elements/gsttee.c @@ -26,6 +26,7 @@ GstElementDetails gst_tee_details = { "Tee pipe fitting", "Generic", + "LGPL", "1-to-N pipe fitting", VERSION, "Erik Walthinsen \n" -- 2.34.1