From bf4755331a2d2920d098b9f9b7aa10da0dae0f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 23 Dec 2023 11:03:51 +0100 Subject: [PATCH] vpx: fix plugin description Part-of: --- subprojects/gst-plugins-good/docs/gst_plugins_cache.json | 2 +- subprojects/gst-plugins-good/ext/vpx/plugin.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json index 4aa6cb8133..ad4e603832 100644 --- a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json +++ b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json @@ -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 , Sebastian Dröge ", diff --git a/subprojects/gst-plugins-good/ext/vpx/plugin.c b/subprojects/gst-plugins-good/ext/vpx/plugin.c index 1887aee70e..2c1bc3220c 100644 --- a/subprojects/gst-plugins-good/ext/vpx/plugin.c +++ b/subprojects/gst-plugins-good/ext/vpx/plugin.c @@ -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)