summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
committerChristian Schaller <uraeus@gnome.org>2002-09-18 19:02:51 +0000
commit2ff64d483edbe24c8f940a779d57c8961e99d15e (patch)
tree885ee59649ac7ef5d14bd994912c9304d69d9c5d /gst
parent3f0db12fb379f24875a06dca2b6b51486f5f6322 (diff)
plugins part of license field patch
Original commit message from CVS: plugins part of license field patch
Diffstat (limited to 'gst')
-rw-r--r--gst/audiofx/audiowsincband.c2
-rw-r--r--gst/auparse/gstauparse.c1
-rw-r--r--gst/avi/gstaviaudiodecoder.c1
-rw-r--r--gst/avi/gstavidemux.c1
-rw-r--r--gst/avi/gstavimux.c1
-rw-r--r--gst/cutter/gstcutter.c3
-rw-r--r--gst/effectv/gstaging.c2
-rw-r--r--gst/effectv/gstdice.c2
-rw-r--r--gst/effectv/gstedge.c2
-rw-r--r--gst/effectv/gstquark.c2
-rw-r--r--gst/effectv/gstrev.c2
-rw-r--r--gst/effectv/gstshagadelic.c2
-rw-r--r--gst/effectv/gstvertigo.c2
-rw-r--r--gst/effectv/gstwarp.c2
-rw-r--r--gst/flx/gstflxdec.c1
-rw-r--r--gst/goom/gstgoom.c1
-rw-r--r--gst/law/alaw.c4
-rw-r--r--gst/law/mulaw.c4
-rw-r--r--gst/level/gstlevel.c3
-rw-r--r--gst/median/gstmedian.c3
-rw-r--r--gst/monoscope/gstmonoscope.c1
-rw-r--r--gst/qtdemux/qtdemux.c1
-rw-r--r--gst/smoothwave/gstsmoothwave.c1
-rw-r--r--gst/spectrum/gstspectrum.c2
-rw-r--r--gst/udp/gstudpsink.c1
-rw-r--r--gst/udp/gstudpsrc.c1
-rw-r--r--gst/videocrop/gstvideocrop.c1
-rw-r--r--gst/wavparse/gstwavparse.c1
28 files changed, 47 insertions, 3 deletions
diff --git a/gst/audiofx/audiowsincband.c b/gst/audiofx/audiowsincband.c
index 6ce634d3..511d59e5 100644
--- a/gst/audiofx/audiowsincband.c
+++ b/gst/audiofx/audiowsincband.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/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index e21b01a4..7be558b3 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -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>",
diff --git a/gst/avi/gstaviaudiodecoder.c b/gst/avi/gstaviaudiodecoder.c
index 2fe801a0..ad0a6782 100644
--- a/gst/avi/gstaviaudiodecoder.c
+++ b/gst/avi/gstaviaudiodecoder.c
@@ -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"
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index befb6331..2fa56786 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -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"
diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c
index 211a2901..b44763f7 100644
--- a/gst/avi/gstavimux.c
+++ b/gst/avi/gstavimux.c
@@ -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>",
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 87321373..b5618146 100644
--- a/gst/cutter/gstcutter.c
+++ b/gst/cutter/gstcutter.c
@@ -22,10 +22,11 @@
#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>",
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c
index eb1bb094..b24456d9 100644
--- a/gst/effectv/gstaging.c
+++ b/gst/effectv/gstaging.c
@@ -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>",
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c
index 726224ea..93f2878b 100644
--- a/gst/effectv/gstdice.c
+++ b/gst/effectv/gstdice.c
@@ -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>",
diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c
index 2879b868..d03017f3 100644
--- a/gst/effectv/gstedge.c
+++ b/gst/effectv/gstedge.c
@@ -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>",
diff --git a/gst/effectv/gstquark.c b/gst/effectv/gstquark.c
index 489a4901..c7e793ec 100644
--- a/gst/effectv/gstquark.c
+++ b/gst/effectv/gstquark.c
@@ -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>",
diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c
index a8cba02f..1849c3bc 100644
--- a/gst/effectv/gstrev.c
+++ b/gst/effectv/gstrev.c
@@ -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>",
diff --git a/gst/effectv/gstshagadelic.c b/gst/effectv/gstshagadelic.c
index 0f3a40dc..f401ac6d 100644
--- a/gst/effectv/gstshagadelic.c
+++ b/gst/effectv/gstshagadelic.c
@@ -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>",
diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c
index 3fd90bb7..1233f953 100644
--- a/gst/effectv/gstvertigo.c
+++ b/gst/effectv/gstvertigo.c
@@ -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>",
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 1328e94d..0cebf889 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -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>",
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c
index d54fc988..7b388232 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/goom/gstgoom.c b/gst/goom/gstgoom.c
index 05d02b29..c5733960 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -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>",
diff --git a/gst/law/alaw.c b/gst/law/alaw.c
index f340d137..3d56f443 100644
--- a/gst/law/alaw.c
+++ b/gst/law/alaw.c
@@ -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>",
diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c
index 387d271f..ccab61de 100644
--- a/gst/law/mulaw.c
+++ b/gst/law/mulaw.c
@@ -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>",
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 449e2fdb..62b2719c 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -21,10 +21,11 @@
#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>",
diff --git a/gst/median/gstmedian.c b/gst/median/gstmedian.c
index 4e4dd496..6a20404a 100644
--- a/gst/median/gstmedian.c
+++ b/gst/median/gstmedian.c
@@ -20,10 +20,11 @@
#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>",
diff --git a/gst/monoscope/gstmonoscope.c b/gst/monoscope/gstmonoscope.c
index a255e861..0519e092 100644
--- a/gst/monoscope/gstmonoscope.c
+++ b/gst/monoscope/gstmonoscope.c
@@ -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>",
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 3fc8acc0..4d6e155c 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/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c
index 7f2246f3..7e2917b4 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 4cd32836..cb78bdd0 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/udp/gstudpsink.c b/gst/udp/gstudpsink.c
index bc1c24e4..1b1f3b49 100644
--- a/gst/udp/gstudpsink.c
+++ b/gst/udp/gstudpsink.c
@@ -27,6 +27,7 @@
GstElementDetails gst_udpsink_details = {
"UDP packet sender",
"Sink/Network",
+ "LGPL",
"",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 11008eda..5020e105 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -26,6 +26,7 @@
GstElementDetails gst_udpsrc_details = {
"UDP packet receiver",
"Source/Network",
+ "LGPL",
"",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index 0554042e..0f051795 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/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c
index e4fdca05..14130729 100644
--- a/gst/wavparse/gstwavparse.c
+++ b/gst/wavparse/gstwavparse.c
@@ -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>",