gst: Update for GST_PLUGIN_DEFINE() API changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 16:02:56 +0000 (18:02 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 16:02:56 +0000 (18:02 +0200)
gst/dtmf/gstdtmf.c

index 9d5854f..ddd4058 100644 (file)
@@ -29,5 +29,5 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "dtmf", "DTMF plugins",
+    dtmf, "DTMF plugins",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)