From 23c774e5a36df7c98c856d59275f6860a8cd7b8f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 9 May 2004 14:37:16 +0000 Subject: 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) --- ext/musicbrainz/gsttrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/musicbrainz') diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c index cd5920ee..45a40e83 100644 --- a/ext/musicbrainz/gsttrm.c +++ b/ext/musicbrainz/gsttrm.c @@ -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 ", }; -- cgit v1.2.1