vpx: fix plugin description

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5864>
This commit is contained in:
Tim-Philipp Müller 2023-12-23 11:03:51 +01:00 committed by GStreamer Marge Bot
parent 7d210af46c
commit bf4755331a
2 changed files with 2 additions and 2 deletions

View file

@ -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>",

View file

@ -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)