mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +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
|
||||
*/
|
||||
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/")
|
||||
|
|
Loading…
Reference in a new issue