A JSON configuration file is generated for core plugins, which maps plugin names with sources to parse for docstrings. The file is then opened by the configuration generator script, which will now favor explicitly listed files to (usually wildcarded) paths passed on its command line. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8231>
7 lines
122 B
Meson
7 lines
122 B
Meson
plugins = []
|
|
plugin_sources = {}
|
|
subdir('elements')
|
|
if not get_option('coretracers').disabled()
|
|
subdir('tracers')
|
|
endif
|