scaletempo: Update for GST_PLUGIN_DEFINE() API changes

This commit is contained in:
Sebastian Dröge 2012-04-05 18:02:56 +02:00 committed by Tim-Philipp Müller
parent 3286cdd542
commit 93e1091d7f

View 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/")