mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
gst: Update for GST_PLUGIN_DEFINE() API changes
This commit is contained in:
parent
6d1665cc91
commit
49fd40952a
1 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,6 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"opus",
|
||||
opus,
|
||||
"OPUS plugin library",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue