nsf: Name the plugin nsf, not nsfdec

The plugin in gstnsf.so should be named nsf, not nsfdec.
This commit is contained in:
Benjamin Otte 2010-03-01 13:18:59 +01:00
parent 0664c55f05
commit 1982ca6e51

View file

@ -645,6 +645,6 @@ plugin_init (GstPlugin * plugin)
} }
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
"nsfdec", "nsf",
"Uses nosefart to decode .nsf files", "Uses nosefart to decode .nsf files",
plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);