diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-09-18 19:02:52 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-09-18 19:02:52 +0000 |
commit | 1d5f318e0dbfb59479f9b1d834a46d2dde22c942 (patch) | |
tree | 5069fb63a27aada6a95629171ba5a85f8708f636 /gst | |
parent | be76b13b64890737889bf03ad2e231b62df68239 (diff) |
plugins part of license field patch
Original commit message from CVS:
plugins part of license field patch
Diffstat (limited to 'gst')
26 files changed, 36 insertions, 2 deletions
diff --git a/gst/cdxaparse/gstcdxaparse.c b/gst/cdxaparse/gstcdxaparse.c index 08e5ba9ba..842d8e29c 100644 --- a/gst/cdxaparse/gstcdxaparse.c +++ b/gst/cdxaparse/gstcdxaparse.c @@ -40,6 +40,7 @@ static GstElementDetails gst_cdxa_parse_details = { ".dat parser", "Codec/Parser", + "LGPL", "Parse a .dat file (VCD) into raw mpeg1", VERSION, "Wim Taymans <wim.taymans@tvd.be>", diff --git a/gst/chart/gstchart.c b/gst/chart/gstchart.c index e24521a02..39fe7ad14 100644 --- a/gst/chart/gstchart.c +++ b/gst/chart/gstchart.c @@ -63,6 +63,7 @@ GType gst_chart_get_type(void); static GstElementDetails gst_chart_details = { "chart drawer", "Visualization", + "LGPL", "Takes frames of data and outputs video frames of a chart of data", VERSION, "Richard Boulton <richard@tartarus.org>", diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index 9c4d5c292..9b76d7ee6 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -23,9 +23,11 @@ #include <gst/gst.h> #include "gstdeinterlace.h" +/* elementfactory information */ static GstElementDetails deinterlace_details = { "Deinterlace", "Filter/Video", + "LGPL", "Deinterlace video", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c index 699f0fbc2..d04703790 100644 --- a/gst/festival/gstfestival.c +++ b/gst/festival/gstfestival.c @@ -90,6 +90,7 @@ static char* client_accept_s_expr (int fd); static GstElementDetails gst_festival_details = { "Festival synthesizer", "Filter/Audio", + "LGPL", "Synthesizes plain text into audio", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/gst/filter/gstbpwsinc.c b/gst/filter/gstbpwsinc.c index 6ce634d38..511d59e58 100644 --- a/gst/filter/gstbpwsinc.c +++ b/gst/filter/gstbpwsinc.c @@ -35,9 +35,11 @@ #include <math.h> /* M_PI */ #include <string.h> /* memmove */ +/* elementfactory information */ GstElementDetails gst_bpwsinc_details = { "BPWSinc", "Filter/Audio/Effect", + "LGPL", "Band-Pass Windowed sinc filter", VERSION, "Thomas <thomas@apestaart.org>", diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index d54fc9886..7b3882322 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -30,6 +30,7 @@ static GstCaps* flxdec_type_find(GstBuffer *buf, gpointer private); static GstElementDetails flxdec_details = { "FLX Decoder", "Codec/Audio/Decoder", + "LGPL", "FLX decoder", VERSION, "Sepp Wijnands <mrrazz@garbage-coderz.net>" diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index 935b203b7..a8d5279f4 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -42,9 +42,11 @@ struct _GstMixMatrixClass { void (*resize) (GstMixMatrix *mix); }; +/* elementfactory information */ static GstElementDetails mixmatrix_details = { "Mixing Matrix", "Filter/Audio/Mixing", + "LGPL", "Mix N audio channels together into M channels", VERSION, "Erik Walthinsen <omega@temple-baptist.com>", diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc index c0991e4bd..bcc63e8d0 100644 --- a/gst/modplug/gstmodplug.cc +++ b/gst/modplug/gstmodplug.cc @@ -33,9 +33,11 @@ #include <gst/gst.h> #include <stdlib.h> +/* elementfactory information */ GstElementDetails modplug_details = { "ModPlug", "Codec/Audio/Decoder", + "LGPL", "Module decoder based on modplug engine", VERSION, "Jeremy SIMON <jsimon13@yahoo.fr> " diff --git a/gst/mpeg1sys/gstmpeg1systemencode.c b/gst/mpeg1sys/gstmpeg1systemencode.c index 3c2ed6cd7..11cca2de7 100644 --- a/gst/mpeg1sys/gstmpeg1systemencode.c +++ b/gst/mpeg1sys/gstmpeg1systemencode.c @@ -31,6 +31,7 @@ static GstElementDetails system_encode_details = { "MPEG1 Multiplexer", "Codec/Muxer", + "LGPL", "Multiplexes MPEG-1 Streams", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/gst/mpeg1videoparse/gstmp1videoparse.c b/gst/mpeg1videoparse/gstmp1videoparse.c index 94263deae..c73d6d1bf 100644 --- a/gst/mpeg1videoparse/gstmp1videoparse.c +++ b/gst/mpeg1videoparse/gstmp1videoparse.c @@ -35,6 +35,7 @@ static GstElementDetails mp1videoparse_details = { "MPEG 1 Video Parser", "Codec/Parser", + "LGPL", "Parses and frames MPEG 1 video streams, provides seek", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index 45f42537a..c2675224f 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -36,6 +36,7 @@ static void gst_mpeg2subt_get_property (GObject *object, guint prop_id, GValue static GstElementDetails mpeg2subt_details = { "MPEG2 subtitle Decoder", "Codec/Video/Decoder", + "LGPL", "Decodes and merges MPEG2 subtitles into a video frame", VERSION, "Samuel Hocevar <sam@via.ecp.fr>\n" diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index c6c79655f..fa466f680 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -25,6 +25,7 @@ static GstElementDetails mp3parse_details = { "MPEG1 Audio Parser", "Codec/Parser", + "LGPL", "Parses and frames mpeg1 audio streams (levels 1-3), provides seek", VERSION, "Erik Walthinsen <omega@cse.ogi.edu>", diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c index 841da95bd..46045f73e 100644 --- a/gst/passthrough/gstpassthrough.c +++ b/gst/passthrough/gstpassthrough.c @@ -26,9 +26,11 @@ #define PASSTHRU_BUF_SIZE 4096 #define PASSTHRU_NUM_BUFS 4 +/* elementfactory information */ static GstElementDetails passthrough_details = { "Passthrough", "Filter/Audio/Effect", + "LGPL", "Transparent filter for audio/raw (boilerplate for effects)", VERSION, "Thomas <thomas@apestaart.org>, "\ diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c index 4eeab9e1b..458143826 100644 --- a/gst/playondemand/gstplayondemand.c +++ b/gst/playondemand/gstplayondemand.c @@ -32,9 +32,11 @@ #define POD_BUFFER_SIZE 882000 /* enough space for 10 seconds of 16-bit audio at 44100 samples per second ... */ +/* elementfactory information */ static GstElementDetails play_on_demand_details = { "Play On Demand", "Filter/Audio/Effect", + "LGPL", "Plays a stream whenever it receives a certain signal", VERSION, "Leif Morgan Johnson <lmjohns3@eos.ncsu.edu>", diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 3fc8acc05..4d6e155c6 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -28,6 +28,7 @@ gst_qtdemux_details = { "quicktime parser", "Codec/Parser", + "LGPL", "Parses a quicktime stream into audio and video substreams", VERSION, "A.Baguinski <artm@v2.nl>", diff --git a/gst/rtjpeg/gstrtjpeg.c b/gst/rtjpeg/gstrtjpeg.c index f42fac42a..25ef3dfd7 100644 --- a/gst/rtjpeg/gstrtjpeg.c +++ b/gst/rtjpeg/gstrtjpeg.c @@ -21,6 +21,7 @@ #include <gstrtjpegenc.h> #include <gstrtjpegdec.h> +/* elementfactory information */ extern GstElementDetails gst_rtjpegenc_details; extern GstElementDetails gst_rtjpegdec_details; diff --git a/gst/rtjpeg/gstrtjpegdec.c b/gst/rtjpeg/gstrtjpegdec.c index 425fc55db..3676df841 100644 --- a/gst/rtjpeg/gstrtjpegdec.c +++ b/gst/rtjpeg/gstrtjpegdec.c @@ -26,6 +26,7 @@ GstElementDetails gst_rtjpegdec_details = { "RTjpeg decoder", "Codec/Video/Decoder", + "LGPL", "Decodes video in RTjpeg format", VERSION, "Erik Walthinsen <omega@cse.ogi.edu>", diff --git a/gst/rtjpeg/gstrtjpegenc.c b/gst/rtjpeg/gstrtjpegenc.c index 5f7c3a75f..fb0723bc1 100644 --- a/gst/rtjpeg/gstrtjpegenc.c +++ b/gst/rtjpeg/gstrtjpegenc.c @@ -24,6 +24,7 @@ GstElementDetails gst_rtjpegenc_details = { "RTjpeg encoder", "Codec/Video/Encoder", + "LGPL", "Encodes video in RTjpeg format", VERSION, "Erik Walthinsen <omega@cse.ogi.edu>", diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index be66748dc..6b3f1a432 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -20,10 +20,11 @@ #include <string.h> #include <gstsmooth.h> - +/* elementfactory information */ static GstElementDetails smooth_details = { "Smooth effect", "Filter/Video", + "LGPL", "Apply a smooth filter to an image", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index 7f2246f3a..7e2917b44 100644 --- a/gst/smoothwave/gstsmoothwave.c +++ b/gst/smoothwave/gstsmoothwave.c @@ -25,6 +25,7 @@ static GstElementDetails gst_smoothwave_details = { "Smooth waveform", "Sink/Visualization", + "LGPL", "Fading grayscale waveform display", VERSION, "Erik Walthinsen <omega@cse.ogi.edu>", diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 4cd328367..cb78bdd08 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -21,9 +21,11 @@ #include "gstspectrum.h" +/* elementfactory information */ static GstElementDetails gst_spectrum_details = { "Spectrum analyzer", "Filter/Audio/Analysis", + "LGPL", "Run an FFT on the audio signal, output spectrum data", VERSION, "Erik Walthinsen <omega@cse.ogi.edu>", diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c index 2a30a7ad1..b43a5afe5 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -30,9 +30,11 @@ /* number of buffers to allocate per chunk in sink buffer pool */ #define SPEED_NUMBUF 6 +/* elementfactory information */ static GstElementDetails speed_details = { "Speed", "Filter/Audio/Effect", + "LGPL", "Set speed/pitch on audio/raw streams (resampler)", VERSION, "Andy Wingo <apwingo@eos.ncsu.edu>", diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c index 0d84c84f6..2bb2bab80 100644 --- a/gst/stereo/gststereo.c +++ b/gst/stereo/gststereo.c @@ -19,10 +19,11 @@ #include <gststereo.h> - +/* elementfactory information */ static GstElementDetails stereo_details = { "Stereo effect", "Filter/Audio/Effect", + "LGPL", "Muck with the stereo signal, enhance it's 'stereo-ness'", VERSION, "Erik Walthinsen <omega@cse.ogi.edu>", diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 0554042e9..0f051795b 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -56,6 +56,7 @@ struct _GstVideoCropClass { static GstElementDetails gst_video_crop_details = { "video crop filter", "Filter/Video/Crop", + "LGPL", "Crops video into a user defined region", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/gst/virtualdub/gstxsharpen.c b/gst/virtualdub/gstxsharpen.c index f42ad7d0b..c93a9b7b6 100644 --- a/gst/virtualdub/gstxsharpen.c +++ b/gst/virtualdub/gstxsharpen.c @@ -53,6 +53,7 @@ struct _GstXsharpenClass GstElementDetails gst_xsharpen_details = { "", "Filter/Video/Effect", + "LGPL", "Apply a sharpen effect on video" VERSION, "Jeremy SIMON <jsimon13@yahoo.fr>", diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index 653433379..1f101fd6c 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -24,6 +24,7 @@ static GstElementDetails lavencode_details = { "LavEncode", "Codec/Video/Encoder", + "LGPL", "Encodes a YUV frame into the lav format (mjpeg_tools)", VERSION, "Wim Taymans <wim.taymans@chello.be>", |