mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +00:00
plugins part of license field patch
Original commit message from CVS: plugins part of license field patch
This commit is contained in:
parent
3f0db12fb3
commit
2ff64d483e
42 changed files with 66 additions and 4 deletions
|
@ -24,9 +24,11 @@
|
||||||
|
|
||||||
#include "gstaasink.h"
|
#include "gstaasink.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_aasink_details = {
|
static GstElementDetails gst_aasink_details = {
|
||||||
"Video sink",
|
"Video sink",
|
||||||
"Sink/Video",
|
"Sink/Video",
|
||||||
|
"GPL",
|
||||||
"An ASCII art videosink",
|
"An ASCII art videosink",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
static GstElementDetails dvdec_details = {
|
static GstElementDetails dvdec_details = {
|
||||||
"DV (smpte314) decoder plugin",
|
"DV (smpte314) decoder plugin",
|
||||||
"Decoder/DV",
|
"Decoder/DV",
|
||||||
|
"LGPL",
|
||||||
"Uses libdv to decode DV video (libdv.sourceforge.net)",
|
"Uses libdv to decode DV video (libdv.sourceforge.net)",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>\n"
|
"Erik Walthinsen <omega@cse.ogi.edu>\n"
|
||||||
|
|
|
@ -71,6 +71,7 @@ GType gst_esdmon_get_type(void);
|
||||||
static GstElementDetails esdmon_details = {
|
static GstElementDetails esdmon_details = {
|
||||||
"Esound audio monitor",
|
"Esound audio monitor",
|
||||||
"Source/Audio",
|
"Source/Audio",
|
||||||
|
"LGPL",
|
||||||
"Monitors audio from an esound server",
|
"Monitors audio from an esound server",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Richard Boulton <richard-gst@tartarus.org>",
|
"Richard Boulton <richard-gst@tartarus.org>",
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
static GstElementDetails esdsink_details = {
|
static GstElementDetails esdsink_details = {
|
||||||
"Esound audio sink",
|
"Esound audio sink",
|
||||||
"Sink/Audio",
|
"Sink/Audio",
|
||||||
|
"LGPL",
|
||||||
"Plays audio to an esound server",
|
"Plays audio to an esound server",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Richard Boulton <richard-gst@tartarus.org>",
|
"Richard Boulton <richard-gst@tartarus.org>",
|
||||||
|
|
|
@ -30,6 +30,7 @@ extern GstPadTemplate *gst_flacdec_src_template, *gst_flacdec_sink_template;
|
||||||
GstElementDetails flacdec_details = {
|
GstElementDetails flacdec_details = {
|
||||||
"FLAC decoder",
|
"FLAC decoder",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Audio/Decoder",
|
||||||
|
"LGPL",
|
||||||
"Decodes FLAC lossless audio streams",
|
"Decodes FLAC lossless audio streams",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -29,6 +29,7 @@ extern GstPadTemplate *gst_flacenc_src_template, *gst_flacenc_sink_template;
|
||||||
GstElementDetails flacenc_details = {
|
GstElementDetails flacenc_details = {
|
||||||
"FLAC encoder",
|
"FLAC encoder",
|
||||||
"Codec/Audio/Encoder",
|
"Codec/Audio/Encoder",
|
||||||
|
"LGPL",
|
||||||
"Encodes audio with the FLAC lossless audio encoder",
|
"Encodes audio with the FLAC lossless audio encoder",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -29,6 +29,7 @@ extern GstPadTemplate *jpegdec_src_template, *jpegdec_sink_template;
|
||||||
GstElementDetails gst_jpegdec_details = {
|
GstElementDetails gst_jpegdec_details = {
|
||||||
"jpeg image decoder",
|
"jpeg image decoder",
|
||||||
"Codec/Image/Decoder",
|
"Codec/Image/Decoder",
|
||||||
|
"LGPL",
|
||||||
".jpeg",
|
".jpeg",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@tvd.be>",
|
"Wim Taymans <wim.taymans@tvd.be>",
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
GstElementDetails gst_jpegenc_details = {
|
GstElementDetails gst_jpegenc_details = {
|
||||||
"jpeg image encoder",
|
"jpeg image encoder",
|
||||||
"Codec/Image/Encoder",
|
"Codec/Image/Encoder",
|
||||||
|
"LGPL",
|
||||||
".jpeg",
|
".jpeg",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@tvd.be>",
|
"Wim Taymans <wim.taymans@tvd.be>",
|
||||||
|
|
|
@ -1113,6 +1113,7 @@ ladspa_describe_plugin(const char *pcFullFilename,
|
||||||
details = g_new0(GstElementDetails,1);
|
details = g_new0(GstElementDetails,1);
|
||||||
details->longname = g_strdup(desc->Name);
|
details->longname = g_strdup(desc->Name);
|
||||||
details->klass = "Filter/Audio/LADSPA";
|
details->klass = "Filter/Audio/LADSPA";
|
||||||
|
details->license = "LGPL";
|
||||||
details->description = details->longname;
|
details->description = details->longname;
|
||||||
details->version = g_strdup_printf("%ld",desc->UniqueID);
|
details->version = g_strdup_printf("%ld",desc->UniqueID);
|
||||||
details->author = g_strdup(desc->Maker);
|
details->author = g_strdup(desc->Maker);
|
||||||
|
|
|
@ -23,9 +23,11 @@
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails mikmod_details = {
|
GstElementDetails mikmod_details = {
|
||||||
"MikMod",
|
"MikMod",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Audio/Decoder",
|
||||||
|
"GPL",
|
||||||
"Module decoder based on libmikmod",
|
"Module decoder based on libmikmod",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Jeremy SIMON <jsimon13@yahoo.fr>",
|
"Jeremy SIMON <jsimon13@yahoo.fr>",
|
||||||
|
|
|
@ -23,10 +23,11 @@
|
||||||
|
|
||||||
#include "dv1394src.h"
|
#include "dv1394src.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_dv1394src_details = {
|
static GstElementDetails gst_dv1394src_details = {
|
||||||
"Firewire (1394) DV Source",
|
"Firewire (1394) DV Source",
|
||||||
"Source/1394/DV",
|
"Source/1394/DV",
|
||||||
|
"LGPL",
|
||||||
"Source for DV video data from firewire port",
|
"Source for DV video data from firewire port",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@temple-baptist.com>",
|
"Erik Walthinsen <omega@temple-baptist.com>",
|
||||||
|
|
|
@ -35,9 +35,11 @@
|
||||||
#include <math.h> /* M_PI */
|
#include <math.h> /* M_PI */
|
||||||
#include <string.h> /* memmove */
|
#include <string.h> /* memmove */
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_bpwsinc_details = {
|
GstElementDetails gst_bpwsinc_details = {
|
||||||
"BPWSinc",
|
"BPWSinc",
|
||||||
"Filter/Audio/Effect",
|
"Filter/Audio/Effect",
|
||||||
|
"LGPL",
|
||||||
"Band-Pass Windowed sinc filter",
|
"Band-Pass Windowed sinc filter",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Thomas <thomas@apestaart.org>",
|
"Thomas <thomas@apestaart.org>",
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
static GstElementDetails gst_auparse_details = {
|
static GstElementDetails gst_auparse_details = {
|
||||||
".au parser",
|
".au parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser",
|
||||||
|
"LGPL",
|
||||||
"Parse an .au file into raw audio",
|
"Parse an .au file into raw audio",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
static GstElementDetails gst_avi_audio_decoder_details = {
|
static GstElementDetails gst_avi_audio_decoder_details = {
|
||||||
".avi parser",
|
".avi parser",
|
||||||
"Parser/Video",
|
"Parser/Video",
|
||||||
|
"LGPL",
|
||||||
"Parse a .avi file into audio and video",
|
"Parse a .avi file into audio and video",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>\n"
|
"Erik Walthinsen <omega@cse.ogi.edu>\n"
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
static GstElementDetails gst_avi_demux_details = {
|
static GstElementDetails gst_avi_demux_details = {
|
||||||
"Avi demuxer",
|
"Avi demuxer",
|
||||||
"Codec/Demuxer",
|
"Codec/Demuxer",
|
||||||
|
"LGPL",
|
||||||
"Demultiplex an avi file into audio and video",
|
"Demultiplex an avi file into audio and video",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>\n"
|
"Erik Walthinsen <omega@cse.ogi.edu>\n"
|
||||||
|
|
|
@ -47,6 +47,7 @@ gst_avimux_details =
|
||||||
{
|
{
|
||||||
"Avi multiplexer",
|
"Avi multiplexer",
|
||||||
"Codec/Muxer",
|
"Codec/Muxer",
|
||||||
|
"LGPL",
|
||||||
"Muxes audio and video into an avi stream",
|
"Muxes audio and video into an avi stream",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>",
|
"Ronald Bultje <rbultje@ronald.bitfreak.net>",
|
||||||
|
|
|
@ -22,10 +22,11 @@
|
||||||
#include "gstcutter.h"
|
#include "gstcutter.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails cutter_details = {
|
static GstElementDetails cutter_details = {
|
||||||
"Cutter",
|
"Cutter",
|
||||||
"Filter/Audio/Effect",
|
"Filter/Audio/Effect",
|
||||||
|
"LGPL",
|
||||||
"Audio Cutter to split audio into non-silent bits",
|
"Audio Cutter to split audio into non-silent bits",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Thomas <thomas@apestaart.org>",
|
"Thomas <thomas@apestaart.org>",
|
||||||
|
|
|
@ -74,9 +74,11 @@ struct _GstAgingTVClass
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_agingtv_details = {
|
GstElementDetails gst_agingtv_details = {
|
||||||
"AgingTV",
|
"AgingTV",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"Aply aging effect on video",
|
"Aply aging effect on video",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -62,9 +62,11 @@ struct _GstDiceTVClass
|
||||||
void (*reset) (GstElement *element);
|
void (*reset) (GstElement *element);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_dicetv_details = {
|
GstElementDetails gst_dicetv_details = {
|
||||||
"DiceTV",
|
"DiceTV",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"'Dices' the screen up into many small squares",
|
"'Dices' the screen up into many small squares",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -56,9 +56,11 @@ struct _GstEdgeTVClass
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_edgetv_details = {
|
GstElementDetails gst_edgetv_details = {
|
||||||
"EdgeTV",
|
"EdgeTV",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"Aply edge detect on video",
|
"Aply edge detect on video",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -62,9 +62,11 @@ struct _GstQuarkTVClass
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_quarktv_details = {
|
GstElementDetails gst_quarktv_details = {
|
||||||
"QuarkTV",
|
"QuarkTV",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"Motion disolver",
|
"Motion disolver",
|
||||||
VERSION,
|
VERSION,
|
||||||
"FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>",
|
"FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>",
|
||||||
|
|
|
@ -81,9 +81,11 @@ struct _GstRevTVClass
|
||||||
void (*reset) (GstElement *element);
|
void (*reset) (GstElement *element);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_revtv_details = {
|
GstElementDetails gst_revtv_details = {
|
||||||
"RevTV",
|
"RevTV",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"A video waveform monitor for each line of video processed",
|
"A video waveform monitor for each line of video processed",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -63,9 +63,11 @@ struct _GstShagadelicTVClass
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_shagadelictv_details = {
|
GstElementDetails gst_shagadelictv_details = {
|
||||||
"ShagadelicTV",
|
"ShagadelicTV",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"Oh behave, ShagedelicTV makes images shagadelic!",
|
"Oh behave, ShagedelicTV makes images shagadelic!",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -65,9 +65,11 @@ struct _GstVertigoTVClass
|
||||||
void (*reset) (GstElement *element);
|
void (*reset) (GstElement *element);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_vertigotv_details = {
|
GstElementDetails gst_vertigotv_details = {
|
||||||
"VertigoTV",
|
"VertigoTV",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"A loopback alpha blending effector with rotating and scaling",
|
"A loopback alpha blending effector with rotating and scaling",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -69,9 +69,11 @@ struct _GstWarpTVClass
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails gst_warptv_details = {
|
GstElementDetails gst_warptv_details = {
|
||||||
"WarpTV",
|
"WarpTV",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"WarpTV does realtime goo'ing of the video input",
|
"WarpTV does realtime goo'ing of the video input",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Sam Lantinga <slouken@devolution.com>",
|
"Sam Lantinga <slouken@devolution.com>",
|
||||||
|
|
|
@ -30,6 +30,7 @@ static GstCaps* flxdec_type_find(GstBuffer *buf, gpointer private);
|
||||||
static GstElementDetails flxdec_details = {
|
static GstElementDetails flxdec_details = {
|
||||||
"FLX Decoder",
|
"FLX Decoder",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Audio/Decoder",
|
||||||
|
"LGPL",
|
||||||
"FLX decoder",
|
"FLX decoder",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Sepp Wijnands <mrrazz@garbage-coderz.net>"
|
"Sepp Wijnands <mrrazz@garbage-coderz.net>"
|
||||||
|
|
|
@ -60,6 +60,7 @@ GType gst_goom_get_type(void);
|
||||||
static GstElementDetails gst_goom_details = {
|
static GstElementDetails gst_goom_details = {
|
||||||
"GOOM: what a GOOM!",
|
"GOOM: what a GOOM!",
|
||||||
"Visualization",
|
"Visualization",
|
||||||
|
"GPL",
|
||||||
"Takes frames of data and outputs video frames using the GOOM filter",
|
"Takes frames of data and outputs video frames using the GOOM filter",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -1,18 +1,22 @@
|
||||||
#include "alaw-encode.h"
|
#include "alaw-encode.h"
|
||||||
#include "alaw-decode.h"
|
#include "alaw-decode.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails alawenc_details = {
|
static GstElementDetails alawenc_details = {
|
||||||
"PCM to A Law conversion",
|
"PCM to A Law conversion",
|
||||||
"Filter/Audio/Conversion",
|
"Filter/Audio/Conversion",
|
||||||
|
"LGPL",
|
||||||
"Convert 16bit PCM to 8bit A law",
|
"Convert 16bit PCM to 8bit A law",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Zaheer Merali <zaheer@bellworldwide.net>",
|
"Zaheer Merali <zaheer@bellworldwide.net>",
|
||||||
"(C) 2001"
|
"(C) 2001"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails alawdec_details = {
|
static GstElementDetails alawdec_details = {
|
||||||
"A Law to PCM conversion",
|
"A Law to PCM conversion",
|
||||||
"Filter/Audio/Conversion",
|
"Filter/Audio/Conversion",
|
||||||
|
"LGPL",
|
||||||
"Convert 8bit A law to 16bit PCM",
|
"Convert 8bit A law to 16bit PCM",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Zaheer Merali <zaheer@bellworldwide.net>",
|
"Zaheer Merali <zaheer@bellworldwide.net>",
|
||||||
|
|
|
@ -1,18 +1,22 @@
|
||||||
#include "mulaw-encode.h"
|
#include "mulaw-encode.h"
|
||||||
#include "mulaw-decode.h"
|
#include "mulaw-decode.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails mulawenc_details = {
|
static GstElementDetails mulawenc_details = {
|
||||||
"PCM to Mu Law conversion",
|
"PCM to Mu Law conversion",
|
||||||
"Filter/Audio/Conversion",
|
"Filter/Audio/Conversion",
|
||||||
|
"LGPL",
|
||||||
"Convert 16bit PCM to 8bit mu law",
|
"Convert 16bit PCM to 8bit mu law",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Zaheer Merali <zaheer@bellworldwide.net>",
|
"Zaheer Merali <zaheer@bellworldwide.net>",
|
||||||
"(C) 2001"
|
"(C) 2001"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails mulawdec_details = {
|
static GstElementDetails mulawdec_details = {
|
||||||
"Mu Law to PCM conversion",
|
"Mu Law to PCM conversion",
|
||||||
"Filter/Audio/Conversion",
|
"Filter/Audio/Conversion",
|
||||||
|
"LGPL",
|
||||||
"Convert 8bit mu law to 16bit PCM",
|
"Convert 8bit mu law to 16bit PCM",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Zaheer Merali <zaheer@bellworldwide.net>",
|
"Zaheer Merali <zaheer@bellworldwide.net>",
|
||||||
|
|
|
@ -21,10 +21,11 @@
|
||||||
#include "gstlevel.h"
|
#include "gstlevel.h"
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails level_details = {
|
static GstElementDetails level_details = {
|
||||||
"Level",
|
"Level",
|
||||||
"Filter/Audio/Analysis",
|
"Filter/Audio/Analysis",
|
||||||
|
"LGPL",
|
||||||
"RMS Level indicator for audio/raw",
|
"RMS Level indicator for audio/raw",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Thomas <thomas@apestaart.org>",
|
"Thomas <thomas@apestaart.org>",
|
||||||
|
|
|
@ -20,10 +20,11 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gstmedian.h>
|
#include <gstmedian.h>
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails median_details = {
|
static GstElementDetails median_details = {
|
||||||
"Median effect",
|
"Median effect",
|
||||||
"Filter/Video",
|
"Filter/Video",
|
||||||
|
"LGPL",
|
||||||
"Apply a median filter to an image",
|
"Apply a median filter to an image",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -63,6 +63,7 @@ GType gst_monoscope_get_type(void);
|
||||||
static GstElementDetails gst_monoscope_details = {
|
static GstElementDetails gst_monoscope_details = {
|
||||||
"Monoscope",
|
"Monoscope",
|
||||||
"Visualization",
|
"Visualization",
|
||||||
|
"GPL",
|
||||||
"Displays a highly stabilised waveform of audio input",
|
"Displays a highly stabilised waveform of audio input",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Richard Boulton <richard@tartarus.org>",
|
"Richard Boulton <richard@tartarus.org>",
|
||||||
|
|
|
@ -28,6 +28,7 @@ gst_qtdemux_details =
|
||||||
{
|
{
|
||||||
"quicktime parser",
|
"quicktime parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser",
|
||||||
|
"LGPL",
|
||||||
"Parses a quicktime stream into audio and video substreams",
|
"Parses a quicktime stream into audio and video substreams",
|
||||||
VERSION,
|
VERSION,
|
||||||
"A.Baguinski <artm@v2.nl>",
|
"A.Baguinski <artm@v2.nl>",
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
static GstElementDetails gst_smoothwave_details = {
|
static GstElementDetails gst_smoothwave_details = {
|
||||||
"Smooth waveform",
|
"Smooth waveform",
|
||||||
"Sink/Visualization",
|
"Sink/Visualization",
|
||||||
|
"LGPL",
|
||||||
"Fading grayscale waveform display",
|
"Fading grayscale waveform display",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
|
@ -21,9 +21,11 @@
|
||||||
|
|
||||||
#include "gstspectrum.h"
|
#include "gstspectrum.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_spectrum_details = {
|
static GstElementDetails gst_spectrum_details = {
|
||||||
"Spectrum analyzer",
|
"Spectrum analyzer",
|
||||||
"Filter/Audio/Analysis",
|
"Filter/Audio/Analysis",
|
||||||
|
"LGPL",
|
||||||
"Run an FFT on the audio signal, output spectrum data",
|
"Run an FFT on the audio signal, output spectrum data",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
GstElementDetails gst_udpsink_details = {
|
GstElementDetails gst_udpsink_details = {
|
||||||
"UDP packet sender",
|
"UDP packet sender",
|
||||||
"Sink/Network",
|
"Sink/Network",
|
||||||
|
"LGPL",
|
||||||
"",
|
"",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
GstElementDetails gst_udpsrc_details = {
|
GstElementDetails gst_udpsrc_details = {
|
||||||
"UDP packet receiver",
|
"UDP packet receiver",
|
||||||
"Source/Network",
|
"Source/Network",
|
||||||
|
"LGPL",
|
||||||
"",
|
"",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -56,6 +56,7 @@ struct _GstVideoCropClass {
|
||||||
static GstElementDetails gst_video_crop_details = {
|
static GstElementDetails gst_video_crop_details = {
|
||||||
"video crop filter",
|
"video crop filter",
|
||||||
"Filter/Video/Crop",
|
"Filter/Video/Crop",
|
||||||
|
"LGPL",
|
||||||
"Crops video into a user defined region",
|
"Crops video into a user defined region",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -33,6 +33,7 @@ static void gst_wavparse_chain (GstPad *pad, GstBuffer *buf);
|
||||||
static GstElementDetails gst_wavparse_details = {
|
static GstElementDetails gst_wavparse_details = {
|
||||||
".wav parser",
|
".wav parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser",
|
||||||
|
"LGPL",
|
||||||
"Parse a .wav file into raw audio",
|
"Parse a .wav file into raw audio",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
static GstElementDetails gst_ossgst_details = {
|
static GstElementDetails gst_ossgst_details = {
|
||||||
"Audio Wrapper (OSS)",
|
"Audio Wrapper (OSS)",
|
||||||
"Source/Audio",
|
"Source/Audio",
|
||||||
|
"LGPL",
|
||||||
"Hijacks /dev/dsp to get the output of OSS apps into GStreamer",
|
"Hijacks /dev/dsp to get the output of OSS apps into GStreamer",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -31,9 +31,11 @@
|
||||||
|
|
||||||
#include <gstosssink.h>
|
#include <gstosssink.h>
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_osssink_details = {
|
static GstElementDetails gst_osssink_details = {
|
||||||
"Audio Sink (OSS)",
|
"Audio Sink (OSS)",
|
||||||
"Sink/Audio",
|
"Sink/Audio",
|
||||||
|
"LGPL",
|
||||||
"Output to a sound card via OSS",
|
"Output to a sound card via OSS",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>, "
|
"Erik Walthinsen <omega@cse.ogi.edu>, "
|
||||||
|
|
|
@ -29,9 +29,11 @@
|
||||||
|
|
||||||
#include <gstosssrc.h>
|
#include <gstosssrc.h>
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_osssrc_details = {
|
static GstElementDetails gst_osssrc_details = {
|
||||||
"Audio Source (OSS)",
|
"Audio Source (OSS)",
|
||||||
"Source/Audio",
|
"Source/Audio",
|
||||||
|
"LGPL",
|
||||||
"Read from the sound card",
|
"Read from the sound card",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
Loading…
Reference in a new issue