navigationtest: Fix plugin description

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7922>
This commit is contained in:
Marek Olejnik 2024-11-19 11:54:12 +01:00 committed by GStreamer Marge Bot
parent e7f0bc15f3
commit 6f0304fc72
2 changed files with 2 additions and 2 deletions

View file

@ -11245,7 +11245,7 @@
"url": "Unknown package origin"
},
"navigationtest": {
"description": "Template for a video filter",
"description": "Navigation event handling test plugin",
"elements": {
"navigationtest": {
"author": "David Schleef <ds@schleef.org>",

View file

@ -543,5 +543,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
navigationtest,
"Template for a video filter",
"Navigation event handling test plugin",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)