sid: Make plugin name match plugin file name

This commit is contained in:
Nicolas Dufresne 2017-05-09 09:45:27 -04:00
parent 33b1b8c545
commit e026416a34

View 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);