GStreamer multimedia framework
Go to file
Brady J. Garvin 2b8eef30e7 validate:launcher: Ensure a positive job count.
The default number of jobs to use is half of the available cores
rounded down, but in situations where only one core is available (such
as under some VMs), this means that `gst-validate-launcher` defaults
to using zero jobs, a case that the test-running code is not prepared
to handle.

This change makes the code match the documentation for the `--jobs` option,
guards against negative values both in the default setting and in argument
parsing, and introduces some defensive programming to prevent other situations
where the code might try to use zero jobs.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/154>
2021-01-30 10:11:57 -06:00
debug-viewer debug-viewer: Make appdata valid again 2020-12-09 14:55:17 +00:00
docs docs: Update gst-validate-launcher documentation 2020-09-08 23:24:09 +00:00
hooks Pass python files through autopep8 2019-04-03 13:38:42 +00:00
tracer Pass python files through autopep8 2019-04-03 13:38:42 +00:00
validate validate:launcher: Ensure a positive job count. 2021-01-30 10:11:57 -06:00
.arcconfig Update .arcconfig 2015-10-10 10:47:40 +01:00
.gitignore validate: remove autotools build 2019-10-15 00:24:00 +01:00
.gitlab-ci.yml ci: include template from gst-ci master branch again 2020-09-08 17:30:56 +01:00
ChangeLog Release 1.18.0 2020-09-08 00:10:18 +01:00
gst-devtools.doap Release 1.18.0 2020-09-08 00:10:18 +01:00
meson.build meson: Enable some MSVC warnings for parity with GCC/Clang 2020-11-04 18:49:03 +05:30
meson_options.txt meson: make debug_viewer a feature option 2020-05-29 14:30:26 +00:00
NEWS Release 1.18.0 2020-09-08 00:10:18 +01:00
RELEASE Release 1.18.0 2020-09-08 00:10:18 +01:00