mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
navigationtest: Fix plugin description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7922>
This commit is contained in:
parent
e7f0bc15f3
commit
6f0304fc72
2 changed files with 2 additions and 2 deletions
|
@ -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>",
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue