From 9bc2b04d5c00874d01b9b906b149366271ce59ed Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 9 May 2017 09:43:01 -0400 Subject: [PATCH] gme: Make the plugin name match the plugin library name --- ext/gme/gstgme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c index 4763a61e1f..27a55981d5 100644 --- a/ext/gme/gstgme.c +++ b/ext/gme/gstgme.c @@ -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);