mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
[MOVED FROM BAD 105/134] gst: Update for GST_PLUGIN_DEFINE() API changes
This commit is contained in:
parent
9894fc2abe
commit
4fa72a5c23
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"vp8",
|
||||
vp8,
|
||||
"VP8 plugin",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue