Implement ./mach check --media-stack

While at it, extract --media-stack flag into command_base.py.
This commit is contained in:
Tuncer Ayaz 2019-11-19 15:10:47 +00:00
parent ba3169e65d
commit d641585679
4 changed files with 26 additions and 10 deletions

View file

@ -792,6 +792,12 @@ install them, let us know by filing a bug!")
default=None,
help='Cross compile for given target platform',
),
CommandArgument(
'--media-stack',
default=None,
choices=["gstreamer", "dummy"],
help='Which media stack to use',
),
CommandArgument(
'--android',
default=None,