plugins part of license field patch
authorChristian Schaller <uraeus@gnome.org>
Wed, 18 Sep 2002 19:02:51 +0000 (19:02 +0000)
committerChristian Schaller <uraeus@gnome.org>
Wed, 18 Sep 2002 19:02:51 +0000 (19:02 +0000)
Original commit message from CVS:
plugins part of license field patch

42 files changed:
ext/aalib/gstaasink.c
ext/dv/gstdvdec.c
ext/esd/esdmon.c
ext/esd/esdsink.c
ext/flac/gstflacdec.c
ext/flac/gstflacenc.c
ext/jpeg/gstjpegdec.c
ext/jpeg/gstjpegenc.c
ext/ladspa/gstladspa.c
ext/mikmod/gstmikmod.c
ext/raw1394/gst1394.c
gst/audiofx/audiowsincband.c
gst/auparse/gstauparse.c
gst/avi/gstaviaudiodecoder.c
gst/avi/gstavidemux.c
gst/avi/gstavimux.c
gst/cutter/gstcutter.c
gst/effectv/gstaging.c
gst/effectv/gstdice.c
gst/effectv/gstedge.c
gst/effectv/gstquark.c
gst/effectv/gstrev.c
gst/effectv/gstshagadelic.c
gst/effectv/gstvertigo.c
gst/effectv/gstwarp.c
gst/flx/gstflxdec.c
gst/goom/gstgoom.c
gst/law/alaw.c
gst/law/mulaw.c
gst/level/gstlevel.c
gst/median/gstmedian.c
gst/monoscope/gstmonoscope.c
gst/qtdemux/qtdemux.c
gst/smoothwave/gstsmoothwave.c
gst/spectrum/gstspectrum.c
gst/udp/gstudpsink.c
gst/udp/gstudpsrc.c
gst/videocrop/gstvideocrop.c
gst/wavparse/gstwavparse.c
sys/oss/gstossgst.c
sys/oss/gstosssink.c
sys/oss/gstosssrc.c

index cdd8ba0..7ff745d 100644 (file)
 
 #include "gstaasink.h"
 
+/* elementfactory information */
 static GstElementDetails gst_aasink_details = {
   "Video sink",
   "Sink/Video",
+  "GPL",
   "An ASCII art videosink",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index a90308d..58e7602 100644 (file)
@@ -35,6 +35,7 @@
 static GstElementDetails dvdec_details = {
   "DV (smpte314) decoder plugin",
   "Decoder/DV",
+  "LGPL",
   "Uses libdv to decode DV video (libdv.sourceforge.net)",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index ac9eaa1..3b38221 100644 (file)
@@ -71,6 +71,7 @@ GType gst_esdmon_get_type(void);
 static GstElementDetails esdmon_details = {
   "Esound audio monitor",
   "Source/Audio",
+  "LGPL",
   "Monitors audio from an esound server",
   VERSION,
   "Richard Boulton <richard-gst@tartarus.org>",
index 0ac118c..117de5a 100644 (file)
@@ -27,6 +27,7 @@
 static GstElementDetails esdsink_details = {
   "Esound audio sink",
   "Sink/Audio",
+  "LGPL",
   "Plays audio to an esound server",
   VERSION,
   "Richard Boulton <richard-gst@tartarus.org>",
index 0c14598..6d1ec06 100644 (file)
@@ -30,6 +30,7 @@ extern GstPadTemplate *gst_flacdec_src_template, *gst_flacdec_sink_template;
 GstElementDetails flacdec_details = {
   "FLAC decoder",
   "Codec/Audio/Decoder",
+  "LGPL",
   "Decodes FLAC lossless audio streams",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index f915063..448bcdc 100644 (file)
@@ -29,6 +29,7 @@ extern GstPadTemplate *gst_flacenc_src_template, *gst_flacenc_sink_template;
 GstElementDetails flacenc_details = {
   "FLAC encoder",
   "Codec/Audio/Encoder",
+  "LGPL",
   "Encodes audio with the FLAC lossless audio encoder",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 8be4b20..a5b70f9 100644 (file)
@@ -29,6 +29,7 @@ extern GstPadTemplate *jpegdec_src_template, *jpegdec_sink_template;
 GstElementDetails gst_jpegdec_details = {
   "jpeg image decoder",
   "Codec/Image/Decoder",
+  "LGPL",
   ".jpeg",
   VERSION,
   "Wim Taymans <wim.taymans@tvd.be>",
index 2898082..ba8dd38 100644 (file)
@@ -26,6 +26,7 @@
 GstElementDetails gst_jpegenc_details = {
   "jpeg image encoder",
   "Codec/Image/Encoder",
+  "LGPL",
   ".jpeg",
   VERSION,
   "Wim Taymans <wim.taymans@tvd.be>",
index cd9119a..e0d007d 100644 (file)
@@ -1113,6 +1113,7 @@ ladspa_describe_plugin(const char *pcFullFilename,
     details = g_new0(GstElementDetails,1);
     details->longname = g_strdup(desc->Name);
     details->klass = "Filter/Audio/LADSPA";
+    details->license = "LGPL";
     details->description = details->longname;
     details->version = g_strdup_printf("%ld",desc->UniqueID);
     details->author = g_strdup(desc->Maker);
index ced2536..c2cc2f9 100644 (file)
 #include <gst/audio/audio.h>
 #include <stdlib.h>
 
+/* elementfactory information */
 GstElementDetails mikmod_details = {
   "MikMod",
   "Codec/Audio/Decoder",
+  "GPL",
   "Module decoder based on libmikmod",
   VERSION,
   "Jeremy SIMON <jsimon13@yahoo.fr>",
index 687402e..d4dd5cd 100644 (file)
 
 #include "dv1394src.h"
 
-
+/* elementfactory information */
 static GstElementDetails gst_dv1394src_details = {
   "Firewire (1394) DV Source",
   "Source/1394/DV",
+  "LGPL",
   "Source for DV video data from firewire port",
   VERSION,
   "Erik Walthinsen <omega@temple-baptist.com>",
index 6ce634d..511d59e 100644 (file)
 #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>",
index e21b01a..7be558b 100644 (file)
@@ -31,6 +31,7 @@
 static GstElementDetails gst_auparse_details = {
   ".au parser",
   "Codec/Parser",
+  "LGPL",
   "Parse an .au file into raw audio",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 2fe801a..ad0a678 100644 (file)
@@ -29,6 +29,7 @@
 static GstElementDetails gst_avi_audio_decoder_details = {
   ".avi parser",
   "Parser/Video",
+  "LGPL",
   "Parse a .avi file into audio and video",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index befb633..2fa5678 100644 (file)
@@ -28,6 +28,7 @@
 static GstElementDetails gst_avi_demux_details = {
   "Avi demuxer",
   "Codec/Demuxer",
+  "LGPL",
   "Demultiplex an avi file into audio and video",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index 211a290..b44763f 100644 (file)
@@ -47,6 +47,7 @@ gst_avimux_details =
 {
   "Avi multiplexer",
   "Codec/Muxer",
+  "LGPL",
   "Muxes audio and video into an avi stream",
   VERSION,
   "Ronald Bultje <rbultje@ronald.bitfreak.net>",
index 8732137..b561814 100644 (file)
 #include "gstcutter.h"
 #include "math.h"
 
-
+/* elementfactory information */
 static GstElementDetails cutter_details = {
   "Cutter",
   "Filter/Audio/Effect",
+  "LGPL",
   "Audio Cutter to split audio into non-silent bits",
   VERSION,
   "Thomas <thomas@apestaart.org>",
index eb1bb09..b24456d 100644 (file)
@@ -74,9 +74,11 @@ struct _GstAgingTVClass
   GstElementClass parent_class;
 };
 
+/* elementfactory information */
 GstElementDetails gst_agingtv_details = {
   "AgingTV",
   "Filter/Video/Effect",
+  "LGPL",
   "Aply aging effect on video",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 726224e..93f2878 100644 (file)
@@ -62,9 +62,11 @@ struct _GstDiceTVClass
   void (*reset) (GstElement *element);
 };
 
+/* elementfactory information */
 GstElementDetails gst_dicetv_details = {
   "DiceTV",
   "Filter/Video/Effect",
+  "LGPL",
   "'Dices' the screen up into many small squares",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 2879b86..d03017f 100644 (file)
@@ -56,9 +56,11 @@ struct _GstEdgeTVClass
   GstElementClass parent_class;
 };
 
+/* elementfactory information */
 GstElementDetails gst_edgetv_details = {
   "EdgeTV",
   "Filter/Video/Effect",
+  "LGPL",
   "Aply edge detect on video",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 489a490..c7e793e 100644 (file)
@@ -62,9 +62,11 @@ struct _GstQuarkTVClass
   GstElementClass parent_class;
 };
 
+/* elementfactory information */
 GstElementDetails gst_quarktv_details = {
   "QuarkTV",
   "Filter/Video/Effect",
+  "LGPL",
   "Motion disolver",
   VERSION,
   "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>",
index a8cba02..1849c3b 100644 (file)
@@ -81,9 +81,11 @@ struct _GstRevTVClass
   void (*reset) (GstElement *element);
 };
 
+/* elementfactory information */
 GstElementDetails gst_revtv_details = {
   "RevTV",
   "Filter/Video/Effect",
+  "LGPL",
   "A video waveform monitor for each line of video processed",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 0f3a40d..f401ac6 100644 (file)
@@ -63,9 +63,11 @@ struct _GstShagadelicTVClass
   GstElementClass parent_class;
 };
 
+/* elementfactory information */
 GstElementDetails gst_shagadelictv_details = {
   "ShagadelicTV",
   "Filter/Video/Effect",
+  "LGPL",
   "Oh behave, ShagedelicTV makes images shagadelic!",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 3fd90bb..1233f95 100644 (file)
@@ -65,9 +65,11 @@ struct _GstVertigoTVClass
   void (*reset) (GstElement *element);
 };
 
+/* elementfactory information */
 GstElementDetails gst_vertigotv_details = {
   "VertigoTV",
   "Filter/Video/Effect",
+  "LGPL",
   "A loopback alpha blending effector with rotating and scaling",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 1328e94..0cebf88 100644 (file)
@@ -69,9 +69,11 @@ struct _GstWarpTVClass
   GstElementClass parent_class;
 };
 
+/* elementfactory information */
 GstElementDetails gst_warptv_details = {
   "WarpTV",
   "Filter/Video/Effect",
+  "LGPL",
   "WarpTV does realtime goo'ing of the video input",
   VERSION,
   "Sam Lantinga <slouken@devolution.com>",
index d54fc98..7b38823 100644 (file)
@@ -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>"
index 05d02b2..c573396 100644 (file)
@@ -60,6 +60,7 @@ GType gst_goom_get_type(void);
 static GstElementDetails gst_goom_details = {
   "GOOM: what a GOOM!",
   "Visualization",
+  "GPL",
   "Takes frames of data and outputs video frames using the GOOM filter",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index f340d13..3d56f44 100644 (file)
@@ -1,18 +1,22 @@
 #include "alaw-encode.h"
 #include "alaw-decode.h"
 
+/* elementfactory information */
 static GstElementDetails alawenc_details = {
   "PCM to A Law conversion",
   "Filter/Audio/Conversion",
+  "LGPL",
   "Convert 16bit PCM to 8bit A law",
   VERSION,
   "Zaheer Merali <zaheer@bellworldwide.net>",
   "(C) 2001"
 };
 
+/* elementfactory information */
 static GstElementDetails alawdec_details = {
   "A Law to PCM conversion",
   "Filter/Audio/Conversion",
+  "LGPL",
   "Convert 8bit A law to 16bit PCM",
   VERSION,
   "Zaheer Merali <zaheer@bellworldwide.net>",
index 387d271..ccab61d 100644 (file)
@@ -1,18 +1,22 @@
 #include "mulaw-encode.h"
 #include "mulaw-decode.h"
 
+/* elementfactory information */
 static GstElementDetails mulawenc_details = {
   "PCM to Mu Law conversion",
   "Filter/Audio/Conversion",
+  "LGPL",
   "Convert 16bit PCM to 8bit mu law",
   VERSION,
   "Zaheer Merali <zaheer@bellworldwide.net>",
   "(C) 2001"
 };
 
+/* elementfactory information */
 static GstElementDetails mulawdec_details = {
   "Mu Law to PCM conversion",
   "Filter/Audio/Conversion",
+  "LGPL",
   "Convert 8bit mu law to 16bit PCM",
   VERSION,
   "Zaheer Merali <zaheer@bellworldwide.net>",
index 449e2fd..62b2719 100644 (file)
 #include "gstlevel.h"
 #include "math.h"
 
-
+/* elementfactory information */
 static GstElementDetails level_details = {
   "Level",
   "Filter/Audio/Analysis",
+  "LGPL",
   "RMS Level indicator for audio/raw",
   VERSION,
   "Thomas <thomas@apestaart.org>",
index 4e4dd49..6a20404 100644 (file)
 #include <string.h>
 #include <gstmedian.h>
 
-
+/* elementfactory information */
 static GstElementDetails median_details = {
   "Median effect",
   "Filter/Video",
+  "LGPL",
   "Apply a median filter to an image",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index a255e86..0519e09 100644 (file)
@@ -63,6 +63,7 @@ GType gst_monoscope_get_type(void);
 static GstElementDetails gst_monoscope_details = {
   "Monoscope",
   "Visualization",
+  "GPL",
   "Displays a highly stabilised waveform of audio input",
   VERSION,
   "Richard Boulton <richard@tartarus.org>",
index 3fc8acc..4d6e155 100644 (file)
@@ -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>",
index 7f2246f..7e2917b 100644 (file)
@@ -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>",
index 4cd3283..cb78bdd 100644 (file)
 
 #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>",
index bc1c24e..1b1f3b4 100644 (file)
@@ -27,6 +27,7 @@
 GstElementDetails gst_udpsink_details = {
   "UDP packet sender",
   "Sink/Network",
+  "LGPL",
   "",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 11008ed..5020e10 100644 (file)
@@ -26,6 +26,7 @@
 GstElementDetails gst_udpsrc_details = {
   "UDP packet receiver",
   "Source/Network",
+  "LGPL",
   "",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 0554042..0f05179 100644 (file)
@@ -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>",
index e4fdca0..1413072 100644 (file)
@@ -33,6 +33,7 @@ static void           gst_wavparse_chain      (GstPad *pad, GstBuffer *buf);
 static GstElementDetails gst_wavparse_details = {
   ".wav parser",
   "Codec/Parser",
+  "LGPL",
   "Parse a .wav file into raw audio",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 2b3fdfd..337dff4 100644 (file)
@@ -37,6 +37,7 @@
 static GstElementDetails gst_ossgst_details = {  
   "Audio Wrapper (OSS)",
   "Source/Audio",
+  "LGPL",
   "Hijacks /dev/dsp to get the output of OSS apps into GStreamer",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index ccc875d..b25b124 100644 (file)
 
 #include <gstosssink.h>
 
+/* elementfactory information */
 static GstElementDetails gst_osssink_details = {  
   "Audio Sink (OSS)",
   "Sink/Audio",
+  "LGPL",
   "Output to a sound card via OSS",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>, "
index 249609c..fef297f 100644 (file)
 
 #include <gstosssrc.h>
 
+/* elementfactory information */
 static GstElementDetails gst_osssrc_details = {
   "Audio Source (OSS)",
   "Source/Audio",
+  "LGPL",
   "Read from the sound card",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",