From 93e1091d7f1fd01e1c81899bf5e66e98989783db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Apr 2012 18:02:56 +0200 Subject: [PATCH] scaletempo: Update for GST_PLUGIN_DEFINE() API changes --- gst/audiofx/gstscaletempoplugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audiofx/gstscaletempoplugin.c b/gst/audiofx/gstscaletempoplugin.c index 24e16e8f69..c4a73ce296 100644 --- a/gst/audiofx/gstscaletempoplugin.c +++ b/gst/audiofx/gstscaletempoplugin.c @@ -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/")