From 948520e171dcda5d4f0a49547b99dfcc3c940eee Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 9 May 2004 14:37:15 +0000 Subject: [PATCH] ext/: \1/Codec, (fixes #142193) Original commit message from CVS: reviewed by Benjamin Otte * 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) --- ChangeLog | 23 +++++++++++++++++++++++ ext/a52dec/gsta52dec.c | 2 +- ext/lame/gstlame.c | 2 +- ext/sidplay/gstsiddec.cc | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 821391b767..9dd2a1a6a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2004-05-09 Edward Hervey + + reviewed by Benjamin Otte + + * 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 * ext/alsa/gstalsa.c: (device_list), diff --git a/ext/a52dec/gsta52dec.c b/ext/a52dec/gsta52dec.c index 9c626b083b..3cedabfaa0 100644 --- a/ext/a52dec/gsta52dec.c +++ b/ext/a52dec/gsta52dec.c @@ -34,7 +34,7 @@ /* elementfactory information */ static GstElementDetails gst_a52dec_details = { "ATSC A/52 audio decoder", - "Codec/Audio/Decoder", + "Codec/Decoder/Audio", "Decodes ATSC A/52 encoded audio streams", "David I. Lehn ", }; diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index b145f7ed2b..8cbd39d33d 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -26,7 +26,7 @@ /* elementfactory information */ static GstElementDetails gst_lame_details = { "L.A.M.E. mp3 encoder", - "Codec/Audio/Encoder", + "Codec/Encoder/Audio", "High-quality free MP3 encoder", "Erik Walthinsen ", }; diff --git a/ext/sidplay/gstsiddec.cc b/ext/sidplay/gstsiddec.cc index 0e8fb68898..d784437d3f 100644 --- a/ext/sidplay/gstsiddec.cc +++ b/ext/sidplay/gstsiddec.cc @@ -162,7 +162,7 @@ gst_siddec_base_init (gpointer g_class) { static GstElementDetails gst_siddec_details = GST_ELEMENT_DETAILS ("Sid decoder", - "Codec/Audio/Decoder", + "Codec/Decoder/Audio", "Use sidplay to decode SID audio tunes", "Wim Taymans "); GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);