sid: Make plugin name match plugin file name
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 9 May 2017 13:45:27 +0000 (09:45 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 9 May 2017 13:45:27 +0000 (09:45 -0400)
ext/sidplay/gstsiddec.cc

index d09259d..ec17bfd 100644 (file)
@@ -771,6 +771,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    siddec,
+    sid,
     "Uses libsidplay to decode .sid files",
     plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);