mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
ext/: \1/Codec, (fixes #142193)
Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * ext/a52dec/gsta52dec.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init): * ext/faac/gstfaac.c: (gst_faac_base_init): * ext/faad/gstfaad.c: (gst_faad_base_init): * ext/ivorbis/vorbisfile.c: * ext/lame/gstlame.c: * ext/libfame/gstlibfame.c: * ext/mpeg2enc/gstmpeg2enc.cc: * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init): * ext/sidplay/gstsiddec.cc: * ext/speex/gstspeexdec.c: * ext/speex/gstspeexenc.c: * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec, (fixes #142193)
This commit is contained in:
parent
ec4ebf9d81
commit
23c774e5a3
12 changed files with 34 additions and 11 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
2004-05-09 Edward Hervey <bilboed@bilboed.com>
|
||||
|
||||
reviewed by Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/a52dec/gsta52dec.c:
|
||||
* ext/divx/gstdivxdec.c:
|
||||
* ext/divx/gstdivxenc.c:
|
||||
* ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
|
||||
* ext/faac/gstfaac.c: (gst_faac_base_init):
|
||||
* ext/faad/gstfaad.c: (gst_faad_base_init):
|
||||
* ext/ivorbis/vorbisfile.c:
|
||||
* ext/lame/gstlame.c:
|
||||
* ext/libfame/gstlibfame.c:
|
||||
* ext/mpeg2enc/gstmpeg2enc.cc:
|
||||
* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
|
||||
* ext/sidplay/gstsiddec.cc:
|
||||
* ext/speex/gstspeexdec.c:
|
||||
* ext/speex/gstspeexenc.c:
|
||||
* ext/xvid/gstxviddec.c:
|
||||
* ext/xvid/gstxvidenc.c:
|
||||
correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
|
||||
(fixes #142193)
|
||||
|
||||
2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/alsa/gstalsa.c: (device_list),
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
/* elementfactory information */
|
||||
GstElementDetails gst_divxdec_details = {
|
||||
"Divx4linux decoder",
|
||||
"Codec/Video/Decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Divx decoder based on divxdecore",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>"
|
||||
};
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
GstElementDetails gst_divxenc_details = {
|
||||
"Divx4linux encoder",
|
||||
"Codec/Video/Encoder",
|
||||
"Codec/Encoder/Video",
|
||||
"Divx encoder based on divxencore",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>"
|
||||
};
|
||||
|
|
|
@ -125,7 +125,7 @@ gst_dtsdec_base_init (GstDtsDecClass * klass)
|
|||
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
||||
static GstElementDetails gst_dtsdec_details = {
|
||||
"DTS audio decoder",
|
||||
"Codec/Audio/Decoder",
|
||||
"Codec/Decoder/Audio",
|
||||
"Decodes DTS audio streams",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>"
|
||||
};
|
||||
|
|
|
@ -99,7 +99,7 @@ gst_faac_base_init (GstFaacClass * klass)
|
|||
{
|
||||
GstElementDetails gst_faac_details = {
|
||||
"Free AAC Encoder (FAAC)",
|
||||
"Codec/Audio/Encoder",
|
||||
"Codec/Encoder/Audio",
|
||||
"Free MPEG-2/4 AAC encoder",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>",
|
||||
};
|
||||
|
|
|
@ -94,7 +94,7 @@ gst_faad_base_init (GstFaadClass * klass)
|
|||
{
|
||||
GstElementDetails gst_faad_details = {
|
||||
"Free AAC Decoder (FAAD)",
|
||||
"Codec/Audio/Decoder",
|
||||
"Codec/Decoder/Audio",
|
||||
"Free MPEG-2/4 AAC decoder",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>",
|
||||
};
|
||||
|
|
|
@ -82,7 +82,7 @@ static GstPadTemplate *gst_vorbisdec_src_template, *gst_vorbisdec_sink_template;
|
|||
/* elementfactory information */
|
||||
GstElementDetails ivorbisfile_details = {
|
||||
"Ogg Vorbis decoder",
|
||||
"Codec/Audio/Decoder",
|
||||
"Codec/Decoder/Audio",
|
||||
"Decodes OGG Vorbis audio using the Tremor vorbisfile API",
|
||||
"Monty <monty@xiph.org>\n"
|
||||
"Wim Taymans <wim.taymans@chello.be>\n"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_fameenc_details = {
|
||||
"MPEG1 and MPEG4 video encoder using the libfame library",
|
||||
"Codec/Video/Encoder",
|
||||
"Codec/Encoder/Video",
|
||||
"Uses fameenc to encode MPEG video streams",
|
||||
"Thomas Vander Stichele <thomas@apestaart.org>"
|
||||
};
|
||||
|
|
|
@ -145,7 +145,7 @@ gst_mpeg2enc_base_init (GstMpeg2encClass * klass)
|
|||
{
|
||||
static GstElementDetails gst_mpeg2enc_details = {
|
||||
"mpeg2enc video encoder",
|
||||
"Codec/Video/Encoder",
|
||||
"Codec/Encoder/Video",
|
||||
"High-quality MPEG-1/2 video encoder",
|
||||
"Andrew Stevens <andrew.stevens@nexgo.de>\n"
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>"
|
||||
|
|
|
@ -115,7 +115,7 @@ gst_musicbrainz_base_init (GstMusicBrainzClass * klass)
|
|||
{
|
||||
GstElementDetails gst_musicbrainz_details = {
|
||||
"Compute TRM Id",
|
||||
"Codec/Audio/Decoder",
|
||||
"Filter/Analyzer/Audio",
|
||||
"Compute TRM Id from muscibrainz",
|
||||
"Jeremy Simon <jsimon13@yahoo.fr>",
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
/* elementfactory information */
|
||||
GstElementDetails gst_xviddec_details = {
|
||||
"Xvid decoder",
|
||||
"Codec/Video/Decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Xvid decoder based on xvidcore",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>",
|
||||
};
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
/* elementfactory information */
|
||||
GstElementDetails gst_xvidenc_details = {
|
||||
"Xvid encoder",
|
||||
"Codec/Video/Encoder",
|
||||
"Codec/Encoder/Video",
|
||||
"Xvid encoder based on xvidcore",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue