diff options
Diffstat (limited to 'ext/gme/gstgme.c')
-rw-r--r-- | ext/gme/gstgme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c index f8a387d43..5419205ad 100644 --- a/ext/gme/gstgme.c +++ b/ext/gme/gstgme.c @@ -549,8 +549,8 @@ plugin_init (GstPlugin * plugin) GST_TYPE_GME_DEC); } -GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, +GST_PLUGIN_DEFINE2 (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gmedec", + gmedec, "GME Audio Decoder", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); |