summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexenc.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-05-09 14:37:15 +0000
committerBenjamin Otte <otte@gnome.org>2004-05-09 14:37:15 +0000
commit37098ff9003ab75b7e94953061bd457b7deec6d1 (patch)
treef892ab297f9b4e7934ab1e611a1587e7bf763a01 /ext/speex/gstspeexenc.c
parent9a83bc0764ca340019d3c4ee129244f2e66240f6 (diff)
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)
Diffstat (limited to 'ext/speex/gstspeexenc.c')
-rw-r--r--ext/speex/gstspeexenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index da17992b..143a269d 100644
--- a/ext/speex/gstspeexenc.c
+++ b/ext/speex/gstspeexenc.c
@@ -28,7 +28,7 @@
/* elementfactory information */
GstElementDetails gst_speexenc_details = {
"speex audio encoder",
- "Codec/Audio/Encoder",
+ "Codec/Encoder/Audio",
".speex",
"Wim Taymans <wim.taymans@chello.be>",
};