mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
ges: add missing plugin summary
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1682>
This commit is contained in:
parent
b3d300bc26
commit
5fe2c327e9
1 changed files with 13 additions and 0 deletions
|
@ -337,3 +337,16 @@ if gio_dep.version().version_compare('< 2.67.4')
|
|||
endif
|
||||
|
||||
configure_file(output: 'config.h', configuration: cdata)
|
||||
|
||||
plugin_names = []
|
||||
foreach plugin: plugins
|
||||
if plugin.name().startswith('gst')
|
||||
plugin_names += [plugin.name().substring(3)]
|
||||
else
|
||||
plugin_names += [plugin.name()]
|
||||
endif
|
||||
endforeach
|
||||
|
||||
summary({
|
||||
'Plugins': plugin_names,
|
||||
}, list_sep: ', ')
|
||||
|
|
Loading…
Reference in a new issue