nsf: Name the plugin nsf, not nsfdec
authorBenjamin Otte <otte@redhat.com>
Mon, 1 Mar 2010 12:18:59 +0000 (13:18 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 9 Mar 2010 18:16:30 +0000 (19:16 +0100)
The plugin in gstnsf.so should be named nsf, not nsfdec.

gst/nsf/gstnsf.c

index 25f014b..666aaf4 100644 (file)
@@ -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);