scaletempo: 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)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 14 Dec 2012 13:16:17 +0000 (13:16 +0000)
gst/audiofx/gstscaletempoplugin.c

index 24e16e8..c4a73ce 100644 (file)
@@ -69,6 +69,6 @@ plugin_init (GstPlugin * plugin)
  * description
  */
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
-    "scaletempo", "Scale audio tempo in sync with playback rate",
+    scaletempo, "Scale audio tempo in sync with playback rate",
     plugin_init, VERSION, "LGPL", "GStreamer",
     "http://gstreamer.freedesktop.org/")