summaryrefslogtreecommitdiffstats
path: root/gst/nsf/gstnsf.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-01-31 08:16:59 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-01-31 08:16:59 +0000
commit75337844d926e80038f6d6d4f283c22a94ca5dd5 (patch)
treee4adee34a9a58f25ca42d6b45d2a426c42106e9f /gst/nsf/gstnsf.c
parent385bba644fffe6d585467a34ac8e01563263f4b5 (diff)
downloadgst-plugins-bad-75337844d926e80038f6d6d4f283c22a94ca5dd5.tar.gz
gst-plugins-bad-75337844d926e80038f6d6d4f283c22a94ca5dd5.tar.bz2
gst-plugins-bad-75337844d926e80038f6d6d4f283c22a94ca5dd5.zip
Fix classification in GstElementDetails.
Original commit message from CVS: * ext/alsaspdif/alsaspdifsink.c: * gst/nsf/gstnsf.c: Fix classification in GstElementDetails. * ext/ladspa/gstladspa.c: (gst_ladspa_base_init), (gst_ladspa_class_init): Improve Klassification and reduce code slighly.
Diffstat (limited to 'gst/nsf/gstnsf.c')
-rw-r--r--gst/nsf/gstnsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/nsf/gstnsf.c b/gst/nsf/gstnsf.c
index 8f3b53ee..5a9194d8 100644
--- a/gst/nsf/gstnsf.c
+++ b/gst/nsf/gstnsf.c
@@ -31,7 +31,7 @@ GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
static const GstElementDetails gst_nsfdec_details =
GST_ELEMENT_DETAILS ("Nsf decoder",
- "Codec/Audio/Decoder",
+ "Codec/Decoder/Audio",
"Using nosefart to decode NSF audio tunes",
"Johan Dahlin <johan@gnome.org>");