mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +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
be76b13b64
commit
1d5f318e0d
48 changed files with 67 additions and 10 deletions
|
@ -29,6 +29,7 @@
|
||||||
static GstElementDetails gst_arts_details = {
|
static GstElementDetails gst_arts_details = {
|
||||||
"aRts plugin",
|
"aRts plugin",
|
||||||
"Filter/Audio",
|
"Filter/Audio",
|
||||||
|
"LGPL",
|
||||||
"aRts wrapper filter",
|
"aRts wrapper filter",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@temple-baptist.com,\n"
|
"Erik Walthinsen <omega@temple-baptist.com,\n"
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
static GstElementDetails artsdsink_details = {
|
static GstElementDetails artsdsink_details = {
|
||||||
"aRtsd audio sink",
|
"aRtsd audio sink",
|
||||||
"Sink/Audio",
|
"Sink/Audio",
|
||||||
|
"LGPL",
|
||||||
"Plays audio to an aRts server",
|
"Plays audio to an aRts server",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Richard Boulton <richard-gst@tartarus.org>",
|
"Richard Boulton <richard-gst@tartarus.org>",
|
||||||
|
|
|
@ -26,10 +26,11 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gstafparse.h"
|
#include "gstafparse.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails afparse_details = {
|
static GstElementDetails afparse_details = {
|
||||||
"Audiofile Parse",
|
"Audiofile Parse",
|
||||||
"Codec/Parser",
|
"Codec/Parser",
|
||||||
|
"LGPL",
|
||||||
"Audiofile parser for audio/raw",
|
"Audiofile parser for audio/raw",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Steve Baker <stevebaker_org@yahoo.co.uk>",
|
"Steve Baker <stevebaker_org@yahoo.co.uk>",
|
||||||
|
|
|
@ -24,10 +24,11 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include "gstafsink.h"
|
#include "gstafsink.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails afsink_details = {
|
static GstElementDetails afsink_details = {
|
||||||
"Audiofile Sink",
|
"Audiofile Sink",
|
||||||
"Sink/Audio",
|
"Sink/Audio",
|
||||||
|
"LGPL",
|
||||||
"Write audio streams to disk using libaudiofile",
|
"Write audio streams to disk using libaudiofile",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Thomas <thomas@apestaart.org>",
|
"Thomas <thomas@apestaart.org>",
|
||||||
|
|
|
@ -25,10 +25,11 @@
|
||||||
#include <gst/audio/audio.h>
|
#include <gst/audio/audio.h>
|
||||||
#include "gstafsrc.h"
|
#include "gstafsrc.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails afsrc_details = {
|
static GstElementDetails afsrc_details = {
|
||||||
"Audiofile Src",
|
"Audiofile Src",
|
||||||
"Source/Audio",
|
"Source/Audio",
|
||||||
|
"LGPL",
|
||||||
"Read audio files from disk using libaudiofile",
|
"Read audio files from disk using libaudiofile",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Thomas <thomas@apestaart.org>",
|
"Thomas <thomas@apestaart.org>",
|
||||||
|
|
|
@ -28,6 +28,7 @@ extern GstPadTemplate *gsmdec_src_template, *gsmdec_sink_template;
|
||||||
GstElementDetails gst_gsmdec_details = {
|
GstElementDetails gst_gsmdec_details = {
|
||||||
"gsm audio decoder",
|
"gsm audio decoder",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Audio/Decoder",
|
||||||
|
"LGPL",
|
||||||
".gsm",
|
".gsm",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -28,6 +28,7 @@ extern GstPadTemplate *gsmenc_src_template, *gsmenc_sink_template;
|
||||||
GstElementDetails gst_gsmenc_details = {
|
GstElementDetails gst_gsmenc_details = {
|
||||||
"gsm audio encoder",
|
"gsm audio encoder",
|
||||||
"Codec/Audio/Encoder",
|
"Codec/Audio/Encoder",
|
||||||
|
"LGPL",
|
||||||
".gsm",
|
".gsm",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
static GstElementDetails colorspace_details = {
|
static GstElementDetails colorspace_details = {
|
||||||
"Colorspace converter",
|
"Colorspace converter",
|
||||||
"Filter/Video",
|
"Filter/Video",
|
||||||
|
"LGPL",
|
||||||
"Converts video from one colorspace to another using libhermes",
|
"Converts video from one colorspace to another using libhermes",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -35,10 +35,11 @@
|
||||||
sensitive to them
|
sensitive to them
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_jack_bin_details = {
|
static GstElementDetails gst_jack_bin_details = {
|
||||||
"Jack Bin",
|
"Jack Bin",
|
||||||
"Generic/Bin",
|
"Generic/Bin",
|
||||||
|
"LGPL",
|
||||||
"Jack processing bin: see README for more info",
|
"Jack processing bin: see README for more info",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Andy Wingo <wingo@pobox.com>",
|
"Andy Wingo <wingo@pobox.com>",
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -59,10 +59,11 @@ struct _GstColorspaceClass {
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails colorspace_details = {
|
static GstElementDetails colorspace_details = {
|
||||||
"Colorspace converter",
|
"Colorspace converter",
|
||||||
"Filter/Effect",
|
"Filter/Effect",
|
||||||
|
"LGPL",
|
||||||
"Converts video from one colorspace to another",
|
"Converts video from one colorspace to another",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
static GstElementDetails gst_famedec_details = {
|
static GstElementDetails gst_famedec_details = {
|
||||||
"MPEG1 and MPEG4 video decoder using the famedec library",
|
"MPEG1 and MPEG4 video decoder using the famedec library",
|
||||||
"Codec/Video/Encoder",
|
"Codec/Video/Encoder",
|
||||||
|
"GPL",
|
||||||
"Uses famedec to decode MPEG video streams",
|
"Uses famedec to decode MPEG video streams",
|
||||||
VERSION,
|
VERSION,
|
||||||
"famedec: (C) 2000-2001, Vivien Chappelier\n"
|
"famedec: (C) 2000-2001, Vivien Chappelier\n"
|
||||||
|
|
|
@ -27,10 +27,11 @@
|
||||||
|
|
||||||
#include "sdlvideosink.h"
|
#include "sdlvideosink.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_sdlvideosink_details = {
|
static GstElementDetails gst_sdlvideosink_details = {
|
||||||
"Video sink",
|
"Video sink",
|
||||||
"Sink/Video",
|
"Sink/Video",
|
||||||
|
"LGPL",
|
||||||
"An SDL-based videosink",
|
"An SDL-based videosink",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>",
|
"Ronald Bultje <rbultje@ronald.bitfreak.net>",
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
static GstElementDetails icecastsend_details = {
|
static GstElementDetails icecastsend_details = {
|
||||||
"An Icecast plugin",
|
"An Icecast plugin",
|
||||||
"IcecastSend",
|
"IcecastSend",
|
||||||
|
"GPL",
|
||||||
"Sends data to an icecast server",
|
"Sends data to an icecast server",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
|
@ -24,10 +24,11 @@
|
||||||
|
|
||||||
#define MAX_HEIGHT 2048
|
#define MAX_HEIGHT 2048
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails snapshot_details = {
|
static GstElementDetails snapshot_details = {
|
||||||
"snapshot",
|
"snapshot",
|
||||||
"Filter/Effect",
|
"Filter/Effect",
|
||||||
|
"LGPL",
|
||||||
"Dump a frame to a png file",
|
"Dump a frame to a png file",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Jeremy SIMON <jsimon13@yahoo.fr>",
|
"Jeremy SIMON <jsimon13@yahoo.fr>",
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
static GstElementDetails gst_swfdec_details = {
|
static GstElementDetails gst_swfdec_details = {
|
||||||
"SWF video decoder",
|
"SWF video decoder",
|
||||||
"Codec/Video/Decoder",
|
"Codec/Video/Decoder",
|
||||||
|
"LGPL",
|
||||||
"Uses libswfdec to decode Flash video streams",
|
"Uses libswfdec to decode Flash video streams",
|
||||||
VERSION,
|
VERSION,
|
||||||
"David Schleef <ds@schleef.org>",
|
"David Schleef <ds@schleef.org>",
|
||||||
|
|
|
@ -29,6 +29,7 @@ extern GstPadTemplate *dec_src_template, *dec_sink_template;
|
||||||
GstElementDetails tarkindec_details = {
|
GstElementDetails tarkindec_details = {
|
||||||
"Ogg Tarkin decoder",
|
"Ogg Tarkin decoder",
|
||||||
"Filter/Video/Decoder",
|
"Filter/Video/Decoder",
|
||||||
|
"LGPL",
|
||||||
"Decodes video in OGG Tarkin format",
|
"Decodes video in OGG Tarkin format",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Monty <monty@xiph.org>, "
|
"Monty <monty@xiph.org>, "
|
||||||
|
|
|
@ -29,6 +29,7 @@ extern GstPadTemplate *enc_src_template, *enc_sink_template;
|
||||||
GstElementDetails tarkinenc_details = {
|
GstElementDetails tarkinenc_details = {
|
||||||
"Ogg Tarkin encoder",
|
"Ogg Tarkin encoder",
|
||||||
"Filter/Video/Encoder",
|
"Filter/Video/Encoder",
|
||||||
|
"LGPL",
|
||||||
"Encodes video in OGG Tarkin format",
|
"Encodes video in OGG Tarkin format",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Monty <monty@xiph.org>, "
|
"Monty <monty@xiph.org>, "
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
static GstElementDetails gst_cdxa_parse_details = {
|
static GstElementDetails gst_cdxa_parse_details = {
|
||||||
".dat parser",
|
".dat parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser",
|
||||||
|
"LGPL",
|
||||||
"Parse a .dat file (VCD) into raw mpeg1",
|
"Parse a .dat file (VCD) into raw mpeg1",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@tvd.be>",
|
"Wim Taymans <wim.taymans@tvd.be>",
|
||||||
|
|
|
@ -63,6 +63,7 @@ GType gst_chart_get_type(void);
|
||||||
static GstElementDetails gst_chart_details = {
|
static GstElementDetails gst_chart_details = {
|
||||||
"chart drawer",
|
"chart drawer",
|
||||||
"Visualization",
|
"Visualization",
|
||||||
|
"LGPL",
|
||||||
"Takes frames of data and outputs video frames of a chart of data",
|
"Takes frames of data and outputs video frames of a chart of data",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Richard Boulton <richard@tartarus.org>",
|
"Richard Boulton <richard@tartarus.org>",
|
||||||
|
|
|
@ -23,9 +23,11 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include "gstdeinterlace.h"
|
#include "gstdeinterlace.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails deinterlace_details = {
|
static GstElementDetails deinterlace_details = {
|
||||||
"Deinterlace",
|
"Deinterlace",
|
||||||
"Filter/Video",
|
"Filter/Video",
|
||||||
|
"LGPL",
|
||||||
"Deinterlace video",
|
"Deinterlace video",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -90,6 +90,7 @@ static char* client_accept_s_expr (int fd);
|
||||||
static GstElementDetails gst_festival_details = {
|
static GstElementDetails gst_festival_details = {
|
||||||
"Festival synthesizer",
|
"Festival synthesizer",
|
||||||
"Filter/Audio",
|
"Filter/Audio",
|
||||||
|
"LGPL",
|
||||||
"Synthesizes plain text into audio",
|
"Synthesizes plain text into audio",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
|
@ -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>"
|
||||||
|
|
|
@ -42,9 +42,11 @@ struct _GstMixMatrixClass {
|
||||||
void (*resize) (GstMixMatrix *mix);
|
void (*resize) (GstMixMatrix *mix);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails mixmatrix_details = {
|
static GstElementDetails mixmatrix_details = {
|
||||||
"Mixing Matrix",
|
"Mixing Matrix",
|
||||||
"Filter/Audio/Mixing",
|
"Filter/Audio/Mixing",
|
||||||
|
"LGPL",
|
||||||
"Mix N audio channels together into M channels",
|
"Mix N audio channels together into M channels",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@temple-baptist.com>",
|
"Erik Walthinsen <omega@temple-baptist.com>",
|
||||||
|
|
|
@ -33,9 +33,11 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
GstElementDetails modplug_details = {
|
GstElementDetails modplug_details = {
|
||||||
"ModPlug",
|
"ModPlug",
|
||||||
"Codec/Audio/Decoder",
|
"Codec/Audio/Decoder",
|
||||||
|
"LGPL",
|
||||||
"Module decoder based on modplug engine",
|
"Module decoder based on modplug engine",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Jeremy SIMON <jsimon13@yahoo.fr> "
|
"Jeremy SIMON <jsimon13@yahoo.fr> "
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
static GstElementDetails system_encode_details = {
|
static GstElementDetails system_encode_details = {
|
||||||
"MPEG1 Multiplexer",
|
"MPEG1 Multiplexer",
|
||||||
"Codec/Muxer",
|
"Codec/Muxer",
|
||||||
|
"LGPL",
|
||||||
"Multiplexes MPEG-1 Streams",
|
"Multiplexes MPEG-1 Streams",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
static GstElementDetails mp1videoparse_details = {
|
static GstElementDetails mp1videoparse_details = {
|
||||||
"MPEG 1 Video Parser",
|
"MPEG 1 Video Parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser",
|
||||||
|
"LGPL",
|
||||||
"Parses and frames MPEG 1 video streams, provides seek",
|
"Parses and frames MPEG 1 video streams, provides seek",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -36,6 +36,7 @@ static void gst_mpeg2subt_get_property (GObject *object, guint prop_id, GValue
|
||||||
static GstElementDetails mpeg2subt_details = {
|
static GstElementDetails mpeg2subt_details = {
|
||||||
"MPEG2 subtitle Decoder",
|
"MPEG2 subtitle Decoder",
|
||||||
"Codec/Video/Decoder",
|
"Codec/Video/Decoder",
|
||||||
|
"LGPL",
|
||||||
"Decodes and merges MPEG2 subtitles into a video frame",
|
"Decodes and merges MPEG2 subtitles into a video frame",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Samuel Hocevar <sam@via.ecp.fr>\n"
|
"Samuel Hocevar <sam@via.ecp.fr>\n"
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
static GstElementDetails mp3parse_details = {
|
static GstElementDetails mp3parse_details = {
|
||||||
"MPEG1 Audio Parser",
|
"MPEG1 Audio Parser",
|
||||||
"Codec/Parser",
|
"Codec/Parser",
|
||||||
|
"LGPL",
|
||||||
"Parses and frames mpeg1 audio streams (levels 1-3), provides seek",
|
"Parses and frames mpeg1 audio streams (levels 1-3), provides seek",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
|
@ -26,9 +26,11 @@
|
||||||
#define PASSTHRU_BUF_SIZE 4096
|
#define PASSTHRU_BUF_SIZE 4096
|
||||||
#define PASSTHRU_NUM_BUFS 4
|
#define PASSTHRU_NUM_BUFS 4
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails passthrough_details = {
|
static GstElementDetails passthrough_details = {
|
||||||
"Passthrough",
|
"Passthrough",
|
||||||
"Filter/Audio/Effect",
|
"Filter/Audio/Effect",
|
||||||
|
"LGPL",
|
||||||
"Transparent filter for audio/raw (boilerplate for effects)",
|
"Transparent filter for audio/raw (boilerplate for effects)",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Thomas <thomas@apestaart.org>, "\
|
"Thomas <thomas@apestaart.org>, "\
|
||||||
|
|
|
@ -32,9 +32,11 @@
|
||||||
#define POD_BUFFER_SIZE 882000 /* enough space for 10 seconds of 16-bit audio
|
#define POD_BUFFER_SIZE 882000 /* enough space for 10 seconds of 16-bit audio
|
||||||
at 44100 samples per second ... */
|
at 44100 samples per second ... */
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails play_on_demand_details = {
|
static GstElementDetails play_on_demand_details = {
|
||||||
"Play On Demand",
|
"Play On Demand",
|
||||||
"Filter/Audio/Effect",
|
"Filter/Audio/Effect",
|
||||||
|
"LGPL",
|
||||||
"Plays a stream whenever it receives a certain signal",
|
"Plays a stream whenever it receives a certain signal",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Leif Morgan Johnson <lmjohns3@eos.ncsu.edu>",
|
"Leif Morgan Johnson <lmjohns3@eos.ncsu.edu>",
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#include <gstrtjpegenc.h>
|
#include <gstrtjpegenc.h>
|
||||||
#include <gstrtjpegdec.h>
|
#include <gstrtjpegdec.h>
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
extern GstElementDetails gst_rtjpegenc_details;
|
extern GstElementDetails gst_rtjpegenc_details;
|
||||||
extern GstElementDetails gst_rtjpegdec_details;
|
extern GstElementDetails gst_rtjpegdec_details;
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
GstElementDetails gst_rtjpegdec_details = {
|
GstElementDetails gst_rtjpegdec_details = {
|
||||||
"RTjpeg decoder",
|
"RTjpeg decoder",
|
||||||
"Codec/Video/Decoder",
|
"Codec/Video/Decoder",
|
||||||
|
"LGPL",
|
||||||
"Decodes video in RTjpeg format",
|
"Decodes video in RTjpeg format",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
GstElementDetails gst_rtjpegenc_details = {
|
GstElementDetails gst_rtjpegenc_details = {
|
||||||
"RTjpeg encoder",
|
"RTjpeg encoder",
|
||||||
"Codec/Video/Encoder",
|
"Codec/Video/Encoder",
|
||||||
|
"LGPL",
|
||||||
"Encodes video in RTjpeg format",
|
"Encodes video in RTjpeg format",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
|
@ -20,10 +20,11 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gstsmooth.h>
|
#include <gstsmooth.h>
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails smooth_details = {
|
static GstElementDetails smooth_details = {
|
||||||
"Smooth effect",
|
"Smooth effect",
|
||||||
"Filter/Video",
|
"Filter/Video",
|
||||||
|
"LGPL",
|
||||||
"Apply a smooth filter to an image",
|
"Apply a smooth filter to an image",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
|
@ -30,9 +30,11 @@
|
||||||
/* number of buffers to allocate per chunk in sink buffer pool */
|
/* number of buffers to allocate per chunk in sink buffer pool */
|
||||||
#define SPEED_NUMBUF 6
|
#define SPEED_NUMBUF 6
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails speed_details = {
|
static GstElementDetails speed_details = {
|
||||||
"Speed",
|
"Speed",
|
||||||
"Filter/Audio/Effect",
|
"Filter/Audio/Effect",
|
||||||
|
"LGPL",
|
||||||
"Set speed/pitch on audio/raw streams (resampler)",
|
"Set speed/pitch on audio/raw streams (resampler)",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Andy Wingo <apwingo@eos.ncsu.edu>",
|
"Andy Wingo <apwingo@eos.ncsu.edu>",
|
||||||
|
|
|
@ -19,10 +19,11 @@
|
||||||
|
|
||||||
#include <gststereo.h>
|
#include <gststereo.h>
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails stereo_details = {
|
static GstElementDetails stereo_details = {
|
||||||
"Stereo effect",
|
"Stereo effect",
|
||||||
"Filter/Audio/Effect",
|
"Filter/Audio/Effect",
|
||||||
|
"LGPL",
|
||||||
"Muck with the stereo signal, enhance it's 'stereo-ness'",
|
"Muck with the stereo signal, enhance it's 'stereo-ness'",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
|
@ -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>",
|
||||||
|
|
|
@ -53,6 +53,7 @@ struct _GstXsharpenClass
|
||||||
GstElementDetails gst_xsharpen_details = {
|
GstElementDetails gst_xsharpen_details = {
|
||||||
"",
|
"",
|
||||||
"Filter/Video/Effect",
|
"Filter/Video/Effect",
|
||||||
|
"LGPL",
|
||||||
"Apply a sharpen effect on video"
|
"Apply a sharpen effect on video"
|
||||||
VERSION,
|
VERSION,
|
||||||
"Jeremy SIMON <jsimon13@yahoo.fr>",
|
"Jeremy SIMON <jsimon13@yahoo.fr>",
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
static GstElementDetails lavencode_details = {
|
static GstElementDetails lavencode_details = {
|
||||||
"LavEncode",
|
"LavEncode",
|
||||||
"Codec/Video/Encoder",
|
"Codec/Video/Encoder",
|
||||||
|
"LGPL",
|
||||||
"Encodes a YUV frame into the lav format (mjpeg_tools)",
|
"Encodes a YUV frame into the lav format (mjpeg_tools)",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
#include "gstdxr3videosink.h"
|
#include "gstdxr3videosink.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails dxr3_video_sink_details = {
|
static GstElementDetails dxr3_video_sink_details = {
|
||||||
"dxr3/Hollywood+ mpeg decoder board plugin",
|
"dxr3/Hollywood+ mpeg decoder board plugin",
|
||||||
"video/mpeg",
|
"video/mpeg",
|
||||||
|
"GPL",
|
||||||
"Outputs PAL/NTSC video via the dxr3/Hollywood+ mpeg decoder board",
|
"Outputs PAL/NTSC video via the dxr3/Hollywood+ mpeg decoder board",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Rehan Khwaja <rehankhwaja@yahoo.com>",
|
"Rehan Khwaja <rehankhwaja@yahoo.com>",
|
||||||
|
|
|
@ -29,11 +29,13 @@
|
||||||
|
|
||||||
#include "qcamip.h"
|
#include "qcamip.h"
|
||||||
|
|
||||||
|
/* elementfactory information */
|
||||||
static GstElementDetails
|
static GstElementDetails
|
||||||
gst_qcamsrc_details =
|
gst_qcamsrc_details =
|
||||||
{
|
{
|
||||||
"QCam Source",
|
"QCam Source",
|
||||||
"Source/Video",
|
"Source/Video",
|
||||||
|
"LGPL",
|
||||||
"Read from a QuickCam device",
|
"Read from a QuickCam device",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Wim Taymans <wim.taymans@chello.be>",
|
"Wim Taymans <wim.taymans@chello.be>",
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
static GstElementDetails vcdsrc_details = {
|
static GstElementDetails vcdsrc_details = {
|
||||||
"VCD Source",
|
"VCD Source",
|
||||||
"Source/File",
|
"Source/File",
|
||||||
|
"LGPL",
|
||||||
"Asynchronous read from VCD disk",
|
"Asynchronous read from VCD disk",
|
||||||
VERSION,
|
VERSION,
|
||||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||||
|
|
Loading…
Reference in a new issue