mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
vpx: fix plugin description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5864>
This commit is contained in:
parent
7d210af46c
commit
bf4755331a
2 changed files with 2 additions and 2 deletions
|
@ -27086,7 +27086,7 @@
|
|||
"url": "Unknown package origin"
|
||||
},
|
||||
"vpx": {
|
||||
"description": "VP8 plugin",
|
||||
"description": "VP8/VP9 video encoding and decoding based on libvpx",
|
||||
"elements": {
|
||||
"vp8dec": {
|
||||
"author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
|
||||
|
|
|
@ -54,5 +54,5 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
vpx,
|
||||
"VP8 plugin",
|
||||
"VP8/VP9 video encoding and decoding based on libvpx",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue