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:
parent
e8bdc657ef
commit
0894bc9159
@ -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>
|
2004-11-25 Christophe Fergeau <teuf@gnome.org>
|
||||||
|
|
||||||
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
@ -35,9 +35,9 @@ static GstPadTemplate *gst_oggvorbisenc_src_template,
|
|||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
GstElementDetails oggvorbisenc_details = {
|
GstElementDetails oggvorbisenc_details = {
|
||||||
"Ogg Vorbis encoder",
|
"Ogg Vorbis encoder (deprecated)",
|
||||||
"Codec/Encoder/Audio",
|
"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>",
|
"Monty <monty@xiph.org>, " "Wim Taymans <wim.taymans@chello.be>",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -37,9 +37,9 @@ static GstPadTemplate *gst_vorbisenc_src_template, *gst_vorbisenc_sink_template;
|
|||||||
|
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
GstElementDetails vorbisenc_details = {
|
GstElementDetails vorbisenc_details = {
|
||||||
"Ogg Vorbis encoder",
|
"Vorbis encoder",
|
||||||
"Codec/Encoder/Audio",
|
"Codec/Encoder/Audio",
|
||||||
"Encodes audio in OGG Vorbis format",
|
"Encodes audio in Vorbis format",
|
||||||
"Monty <monty@xiph.org>, " "Wim Taymans <wim@fluendo.com>",
|
"Monty <monty@xiph.org>, " "Wim Taymans <wim@fluendo.com>",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user