scaletempo: Update for GST_PLUGIN_DEFINE() API changes
This commit is contained in:
parent
3286cdd542
commit
93e1091d7f
@ -69,6 +69,6 @@ plugin_init (GstPlugin * plugin)
|
|||||||
* description
|
* description
|
||||||
*/
|
*/
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
|
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",
|
plugin_init, VERSION, "LGPL", "GStreamer",
|
||||||
"http://gstreamer.freedesktop.org/")
|
"http://gstreamer.freedesktop.org/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user