ext/vorbis/oggvorbisenc.c

Original commit message from CVS:
* ext/vorbis/oggvorbisenc.c
* ext/vorbis/vorbisenc.c :
change description fields of those plugins to differentiate them
(pitivi show Encoders by description, they had the same one)
This commit is contained in:
Stéphane Loeuillet 2004-11-26 11:28:11 +00:00
parent e8bdc657ef
commit 0894bc9159
3 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* ext/vorbis/oggvorbisenc.c
* ext/vorbis/vorbisenc.c :
change description fields of those plugins to differentiate them
(pitivi show Encoders by description, they had the same one)
2004-11-25 Christophe Fergeau <teuf@gnome.org>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>

View file

@ -35,9 +35,9 @@ static GstPadTemplate *gst_oggvorbisenc_src_template,
/* elementfactory information */
GstElementDetails oggvorbisenc_details = {
"Ogg Vorbis encoder",
"Ogg Vorbis encoder (deprecated)",
"Codec/Encoder/Audio",
"Encodes audio in OGG Vorbis format",
"Encodes audio in Vorbis format for Ogg containers",
"Monty <monty@xiph.org>, " "Wim Taymans <wim.taymans@chello.be>",
};

View file

@ -37,9 +37,9 @@ static GstPadTemplate *gst_vorbisenc_src_template, *gst_vorbisenc_sink_template;
/* elementfactory information */
GstElementDetails vorbisenc_details = {
"Ogg Vorbis encoder",
"Vorbis encoder",
"Codec/Encoder/Audio",
"Encodes audio in OGG Vorbis format",
"Encodes audio in Vorbis format",
"Monty <monty@xiph.org>, " "Wim Taymans <wim@fluendo.com>",
};