summaryrefslogtreecommitdiff
path: root/gst/nsf
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-01 13:18:59 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-09 19:16:30 +0100
commit1982ca6e516090ed1bc964402867d40cbcef8345 (patch)
tree61ff6d0698a34ae53182afbb1a1c628fd6b50dcb /gst/nsf
parent0664c55f05da565e096d184266d0197810de900b (diff)
nsf: Name the plugin nsf, not nsfdec
The plugin in gstnsf.so should be named nsf, not nsfdec.
Diffstat (limited to 'gst/nsf')
-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 25f014b80..666aaf490 100644
--- a/gst/nsf/gstnsf.c
+++ b/gst/nsf/gstnsf.c
@@ -645,6 +645,6 @@ plugin_init (GstPlugin * plugin)
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
- "nsfdec",
+ "nsf",
"Uses nosefart to decode .nsf files",
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);