mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
scaletempo: Update for GST_PLUGIN_DEFINE() API changes
This commit is contained in:
parent
3286cdd542
commit
93e1091d7f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue