summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-09 09:43:01 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-09 09:43:01 -0400
commit9bc2b04d5c00874d01b9b906b149366271ce59ed (patch)
tree21d559ea768a5f6892b36bae4818413920374631
parent012782239e0d11bf1e5b16641d543df7bf132aa3 (diff)
gme: Make the plugin name match the plugin library name
-rw-r--r--ext/gme/gstgme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c
index 4763a61e1..27a55981d 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);