diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/arts/gst_arts.c | 1 | ||||
-rw-r--r-- | ext/artsd/gstartsdsink.c | 1 | ||||
-rw-r--r-- | ext/audiofile/gstafparse.c | 3 | ||||
-rw-r--r-- | ext/audiofile/gstafsink.c | 3 | ||||
-rw-r--r-- | ext/audiofile/gstafsrc.c | 3 | ||||
-rw-r--r-- | ext/gsm/gstgsmdec.c | 1 | ||||
-rw-r--r-- | ext/gsm/gstgsmenc.c | 1 | ||||
-rw-r--r-- | ext/hermes/gstcolorspace.c | 1 | ||||
-rw-r--r-- | ext/jack/gstjack.c | 3 | ||||
-rw-r--r-- | ext/ladspa/gstladspa.c | 1 | ||||
-rw-r--r-- | ext/lcs/gstcolorspace.c | 3 | ||||
-rw-r--r-- | ext/libfame/gstfamedec.c | 1 | ||||
-rw-r--r-- | ext/sdl/sdlvideosink.c | 3 | ||||
-rw-r--r-- | ext/shout/gstshout.c | 1 | ||||
-rw-r--r-- | ext/smoothwave/gstsmoothwave.c | 1 | ||||
-rw-r--r-- | ext/snapshot/gstsnapshot.c | 3 | ||||
-rw-r--r-- | ext/swfdec/gstswfdec.c | 1 | ||||
-rw-r--r-- | ext/tarkin/gsttarkindec.c | 1 | ||||
-rw-r--r-- | ext/tarkin/gsttarkinenc.c | 1 |
19 files changed, 26 insertions, 7 deletions
diff --git a/ext/arts/gst_arts.c b/ext/arts/gst_arts.c index 9037513b..8e65656a 100644 --- a/ext/arts/gst_arts.c +++ b/ext/arts/gst_arts.c @@ -29,6 +29,7 @@ static GstElementDetails gst_arts_details = { "aRts plugin", "Filter/Audio", + "LGPL", "aRts wrapper filter", VERSION, "Erik Walthinsen <omega@temple-baptist.com,\n" diff --git a/ext/artsd/gstartsdsink.c b/ext/artsd/gstartsdsink.c index 81a06a30..cbe6b904 100644 --- a/ext/artsd/gstartsdsink.c +++ b/ext/artsd/gstartsdsink.c @@ -26,6 +26,7 @@ static GstElementDetails artsdsink_details = { "aRtsd audio sink", "Sink/Audio", + "LGPL", "Plays audio to an aRts server", VERSION, "Richard Boulton <richard-gst@tartarus.org>", diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c index 73a2ad6d..853a52e5 100644 --- a/ext/audiofile/gstafparse.c +++ b/ext/audiofile/gstafparse.c @@ -26,10 +26,11 @@ #include <string.h> #include "gstafparse.h" - +/* elementfactory information */ static GstElementDetails afparse_details = { "Audiofile Parse", "Codec/Parser", + "LGPL", "Audiofile parser for audio/raw", VERSION, "Steve Baker <stevebaker_org@yahoo.co.uk>", diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c index 7ea8d3c8..95968a99 100644 --- a/ext/audiofile/gstafsink.c +++ b/ext/audiofile/gstafsink.c @@ -24,10 +24,11 @@ #include <gst/gst.h> #include "gstafsink.h" - +/* elementfactory information */ static GstElementDetails afsink_details = { "Audiofile Sink", "Sink/Audio", + "LGPL", "Write audio streams to disk using libaudiofile", VERSION, "Thomas <thomas@apestaart.org>", diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c index af9dfe64..ddc059ce 100644 --- a/ext/audiofile/gstafsrc.c +++ b/ext/audiofile/gstafsrc.c @@ -25,10 +25,11 @@ #include <gst/audio/audio.h> #include "gstafsrc.h" - +/* elementfactory information */ static GstElementDetails afsrc_details = { "Audiofile Src", "Source/Audio", + "LGPL", "Read audio files from disk using libaudiofile", VERSION, "Thomas <thomas@apestaart.org>", diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c index aef69763..d43ad722 100644 --- a/ext/gsm/gstgsmdec.c +++ b/ext/gsm/gstgsmdec.c @@ -28,6 +28,7 @@ extern GstPadTemplate *gsmdec_src_template, *gsmdec_sink_template; GstElementDetails gst_gsmdec_details = { "gsm audio decoder", "Codec/Audio/Decoder", + "LGPL", ".gsm", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index 3ed506b8..a425f383 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -28,6 +28,7 @@ extern GstPadTemplate *gsmenc_src_template, *gsmenc_sink_template; GstElementDetails gst_gsmenc_details = { "gsm audio encoder", "Codec/Audio/Encoder", + "LGPL", ".gsm", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/ext/hermes/gstcolorspace.c b/ext/hermes/gstcolorspace.c index 84c124b6..ba076d08 100644 --- a/ext/hermes/gstcolorspace.c +++ b/ext/hermes/gstcolorspace.c @@ -27,6 +27,7 @@ static GstElementDetails colorspace_details = { "Colorspace converter", "Filter/Video", + "LGPL", "Converts video from one colorspace to another using libhermes", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c index 179645f4..33901da7 100644 --- a/ext/jack/gstjack.c +++ b/ext/jack/gstjack.c @@ -35,10 +35,11 @@ sensitive to them */ - +/* elementfactory information */ static GstElementDetails gst_jack_bin_details = { "Jack Bin", "Generic/Bin", + "LGPL", "Jack processing bin: see README for more info", VERSION, "Andy Wingo <wingo@pobox.com>", diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index cd9119a7..e0d007d5 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -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); diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index cee44d96..8f8785dc 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -59,10 +59,11 @@ struct _GstColorspaceClass { GstElementClass parent_class; }; - +/* elementfactory information */ static GstElementDetails colorspace_details = { "Colorspace converter", "Filter/Effect", + "LGPL", "Converts video from one colorspace to another", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/ext/libfame/gstfamedec.c b/ext/libfame/gstfamedec.c index 43ebdd94..accf67ea 100644 --- a/ext/libfame/gstfamedec.c +++ b/ext/libfame/gstfamedec.c @@ -28,6 +28,7 @@ static GstElementDetails gst_famedec_details = { "MPEG1 and MPEG4 video decoder using the famedec library", "Codec/Video/Encoder", + "GPL", "Uses famedec to decode MPEG video streams", VERSION, "famedec: (C) 2000-2001, Vivien Chappelier\n" diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index fc6247eb..a8b72b28 100644 --- a/ext/sdl/sdlvideosink.c +++ b/ext/sdl/sdlvideosink.c @@ -27,10 +27,11 @@ #include "sdlvideosink.h" - +/* elementfactory information */ static GstElementDetails gst_sdlvideosink_details = { "Video sink", "Sink/Video", + "LGPL", "An SDL-based videosink", VERSION, "Ronald Bultje <rbultje@ronald.bitfreak.net>", diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 1919768f..a0632d76 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -23,6 +23,7 @@ static GstElementDetails icecastsend_details = { "An Icecast plugin", "IcecastSend", + "GPL", "Sends data to an icecast server", VERSION, "Wim Taymans <wim.taymans@chello.be>", diff --git a/ext/smoothwave/gstsmoothwave.c b/ext/smoothwave/gstsmoothwave.c index 7f2246f3..7e2917b4 100644 --- a/ext/smoothwave/gstsmoothwave.c +++ b/ext/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/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c index 20dc2648..3b4d0528 100644 --- a/ext/snapshot/gstsnapshot.c +++ b/ext/snapshot/gstsnapshot.c @@ -24,10 +24,11 @@ #define MAX_HEIGHT 2048 - +/* elementfactory information */ static GstElementDetails snapshot_details = { "snapshot", "Filter/Effect", + "LGPL", "Dump a frame to a png file", VERSION, "Jeremy SIMON <jsimon13@yahoo.fr>", diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c index 1f824994..db672d30 100644 --- a/ext/swfdec/gstswfdec.c +++ b/ext/swfdec/gstswfdec.c @@ -24,6 +24,7 @@ static GstElementDetails gst_swfdec_details = { "SWF video decoder", "Codec/Video/Decoder", + "LGPL", "Uses libswfdec to decode Flash video streams", VERSION, "David Schleef <ds@schleef.org>", diff --git a/ext/tarkin/gsttarkindec.c b/ext/tarkin/gsttarkindec.c index 28a7ee0a..11d5f1ad 100644 --- a/ext/tarkin/gsttarkindec.c +++ b/ext/tarkin/gsttarkindec.c @@ -29,6 +29,7 @@ extern GstPadTemplate *dec_src_template, *dec_sink_template; GstElementDetails tarkindec_details = { "Ogg Tarkin decoder", "Filter/Video/Decoder", + "LGPL", "Decodes video in OGG Tarkin format", VERSION, "Monty <monty@xiph.org>, " diff --git a/ext/tarkin/gsttarkinenc.c b/ext/tarkin/gsttarkinenc.c index 3d3128a4..a506822c 100644 --- a/ext/tarkin/gsttarkinenc.c +++ b/ext/tarkin/gsttarkinenc.c @@ -29,6 +29,7 @@ extern GstPadTemplate *enc_src_template, *enc_sink_template; GstElementDetails tarkinenc_details = { "Ogg Tarkin encoder", "Filter/Video/Encoder", + "LGPL", "Encodes video in OGG Tarkin format", VERSION, "Monty <monty@xiph.org>, " |