diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-09 14:37:16 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-09 14:37:16 +0000 |
commit | 23c774e5a36df7c98c856d59275f6860a8cd7b8f (patch) | |
tree | 757f58d69cfdea582702c334d472de1317413c8c /ext/dts | |
parent | ec4ebf9d812d34ce02851e27850531907cfb1447 (diff) | |
download | gst-plugins-bad-23c774e5a36df7c98c856d59275f6860a8cd7b8f.tar.gz gst-plugins-bad-23c774e5a36df7c98c856d59275f6860a8cd7b8f.tar.bz2 gst-plugins-bad-23c774e5a36df7c98c856d59275f6860a8cd7b8f.zip |
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/dts')
-rw-r--r-- | ext/dts/gstdtsdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dts/gstdtsdec.c b/ext/dts/gstdtsdec.c index d4e86da7..db4bd7de 100644 --- a/ext/dts/gstdtsdec.c +++ b/ext/dts/gstdtsdec.c @@ -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>" }; |