diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-01-31 08:16:59 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-01-31 08:16:59 +0000 |
commit | 75337844d926e80038f6d6d4f283c22a94ca5dd5 (patch) | |
tree | e4adee34a9a58f25ca42d6b45d2a426c42106e9f /gst/nsf | |
parent | 385bba644fffe6d585467a34ac8e01563263f4b5 (diff) | |
download | gst-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')
-rw-r--r-- | gst/nsf/gstnsf.c | 2 |
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>"); |