plugins part of license field patch

Original commit message from CVS:
plugins part of license field patch
This commit is contained in:
Christian Schaller 2002-09-18 19:02:46 +00:00
parent 59c0804731
commit 64789849a6
13 changed files with 15 additions and 1 deletions

View file

@ -30,6 +30,7 @@
static GstElementDetails gst_a52dec_details = { static GstElementDetails gst_a52dec_details = {
"ATSC A/52 audio decoder", "ATSC A/52 audio decoder",
"Codec/Audio/Decoder", "Codec/Audio/Decoder",
"GPL",
"Decodes ATSC A/52 encoded audio streams", "Decodes ATSC A/52 encoded audio streams",
VERSION, VERSION,
"David I. Lehn <dlehn@users.sourceforge.net>", "David I. Lehn <dlehn@users.sourceforge.net>",

View file

@ -63,9 +63,11 @@ struct _DVDNavSrcClass {
GstElementClass parent_class; GstElementClass parent_class;
}; };
/* elementfactory information */
GstElementDetails dvdnavsrc_details = { GstElementDetails dvdnavsrc_details = {
"DVD Source", "DVD Source",
"Source/File/DVD", "Source/File/DVD",
"GPL",
"Access a DVD with navigation features using libdvdnav", "Access a DVD with navigation features using libdvdnav",
VERSION, VERSION,
"David I. Lehn <dlehn@users.sourceforge.net>", "David I. Lehn <dlehn@users.sourceforge.net>",

View file

@ -34,11 +34,12 @@
#include "gstlame.h" #include "gstlame.h"
/* elementfactory information */
static GstElementDetails gst_lame_details = static GstElementDetails gst_lame_details =
{ {
"L.A.M.E. mp3 encoder", "L.A.M.E. mp3 encoder",
"Codec/Audio/Encoder", "Codec/Audio/Encoder",
"GPL",
"High-quality free MP3 encoder", "High-quality free MP3 encoder",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -79,6 +79,7 @@ struct _GstMadClass {
static GstElementDetails gst_mad_details = { static GstElementDetails gst_mad_details = {
"mad mp3 decoder", "mad mp3 decoder",
"Codec/Audio/Decoder", "Codec/Audio/Decoder",
"GPL",
"Uses mad code to decode mp3 streams", "Uses mad code to decode mp3 streams",
VERSION, VERSION,
"Wim Taymans <wim.taymans@chello.be>", "Wim Taymans <wim.taymans@chello.be>",

View file

@ -29,6 +29,7 @@
static GstElementDetails gst_mpeg2dec_details = { static GstElementDetails gst_mpeg2dec_details = {
"mpeg1 and mpeg2 video decoder", "mpeg1 and mpeg2 video decoder",
"Codec/Video/Decoder", "Codec/Video/Decoder",
"GPL",
"Uses libmpeg2 to decode MPEG video streams", "Uses libmpeg2 to decode MPEG video streams",
VERSION, VERSION,
"David I. Lehn <dlehn@users.sourceforge.net>", "David I. Lehn <dlehn@users.sourceforge.net>",

View file

@ -29,6 +29,7 @@
static GstElementDetails gst_mpeg2dec_details = { static GstElementDetails gst_mpeg2dec_details = {
"mpeg1 and mpeg2 video decoder", "mpeg1 and mpeg2 video decoder",
"Codec/Video/Decoder", "Codec/Video/Decoder",
"GPL",
"Uses libmpeg2 to decode MPEG video streams", "Uses libmpeg2 to decode MPEG video streams",
VERSION, VERSION,
"Wim Taymans <wim.taymans@chello.be>, " "Wim Taymans <wim.taymans@chello.be>, "

View file

@ -26,6 +26,7 @@
static GstElementDetails gst_siddec_details = { static GstElementDetails gst_siddec_details = {
"Sid decoder", "Sid decoder",
"Codec/Audio/Decoder", "Codec/Audio/Decoder",
"GPL",
"Use sidplay to decode SID audio tunes", "Use sidplay to decode SID audio tunes",
VERSION, VERSION,
"Wim Taymans <wim.taymans@chello.be> ", "Wim Taymans <wim.taymans@chello.be> ",

View file

@ -73,6 +73,7 @@ static struct frmsize_s frmsizecod_tbl[] = {
static GstElementDetails ac3parse_details = { static GstElementDetails ac3parse_details = {
"AC3 Parser", "AC3 Parser",
"Codec/Parser", "Codec/Parser",
"LGPL",
"Parses and frames AC3 audio streams, provides seek", "Parses and frames AC3 audio streams, provides seek",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -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>",

View file

@ -25,6 +25,7 @@
static GstElementDetails mpeg_demux_details = { static GstElementDetails mpeg_demux_details = {
"MPEG Demuxer", "MPEG Demuxer",
"Codec/Demuxer", "Codec/Demuxer",
"LGPL",
"Demultiplexes MPEG1 and MPEG2 System Streams", "Demultiplexes MPEG1 and MPEG2 System Streams",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"

View file

@ -26,6 +26,7 @@
static GstElementDetails mpeg_parse_details = { static GstElementDetails mpeg_parse_details = {
"MPEG System Parser", "MPEG System Parser",
"Codec/Parser", "Codec/Parser",
"LGPL",
"Parses MPEG1 and MPEG2 System Streams", "Parses MPEG1 and MPEG2 System Streams",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>\n" "Erik Walthinsen <omega@cse.ogi.edu>\n"

View file

@ -25,6 +25,7 @@
static GstElementDetails rfc2250_enc_details = { static GstElementDetails rfc2250_enc_details = {
"RFC 2250 packet encoder", "RFC 2250 packet encoder",
"Codec/Parser", "Codec/Parser",
"LGPL",
"transforms MPEG1/2 video to an RFC 2250 compliant format", "transforms MPEG1/2 video to an RFC 2250 compliant format",
VERSION, VERSION,
"Wim Taymans <wim.taymans@chello.be>", "Wim Taymans <wim.taymans@chello.be>",

View file

@ -60,6 +60,7 @@ GType gst_synaesthesia_get_type(void);
static GstElementDetails gst_synaesthesia_details = { static GstElementDetails gst_synaesthesia_details = {
"Synaesthesia", "Synaesthesia",
"Visualization", "Visualization",
"GPL",
"Creates video visualizations of audio input, using stereo and pitch information", "Creates video visualizations of audio input, using stereo and pitch information",
VERSION, VERSION,
"Richard Boulton <richard@tartarus.org>", "Richard Boulton <richard@tartarus.org>",