gst: Update for GST_PLUGIN_DEFINE() API changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 15:40:12 +0000 (17:40 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 15:40:12 +0000 (17:40 +0200)
ext/lame/plugin.c

index eaf1339..5aab8e8 100644 (file)
@@ -39,6 +39,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "lame",
+    lame,
     "Encode MP3s with LAME",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);