gme: Make the plugin name match the plugin library name

This commit is contained in:
Nicolas Dufresne 2017-05-09 09:43:01 -04:00
parent 012782239e
commit 9bc2b04d5c

View file

@ -512,6 +512,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
gmedec,
gme,
"GME Audio Decoder",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);