From 75337844d926e80038f6d6d4f283c22a94ca5dd5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 31 Jan 2007 08:16:59 +0000 Subject: 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. --- gst/nsf/gstnsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/nsf') 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 "); -- cgit v1.2.1