Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8086>
* `--set-scenario`: Let you set a scenario, it can be a full path to a scenario file or
the name of the scenario (name of the file without the `.scenario`
extension).
-* `-l`, `--list-scenarios`: List the avalaible scenarios that can be run.
+* `-l`, `--list-scenarios`: List the available scenarios that can be run.
* `--scenarios-defs-output-file`: The output file to store scenarios details. Implies
`--list-scenario`.
-* `-t`, `--inspect-action-type`: Inspect the avalaible action types with which to write scenarios if
- no parameter passed, it will list all avalaible action types
+* `-t`, `--inspect-action-type`: Inspect the available action types with which to write scenarios if
+ no parameter passed, it will list all available action types
otherwize will print the full description of the wanted types.
* `--set-configs`: Let you set a config scenario. The scenario needs to be set as
`config`. You can specify a list of scenarios separated by `:`. It
* `--set-scenario`: Let you set a scenario, it can be a full path to a scenario file or
the name of the scenario (name of the file without the `.scenario`
extension).
-* `-l`, `--list-scenarios`: List the avalaible scenarios that can be run.
+* `-l`, `--list-scenarios`: List the available scenarios that can be run.
* `--scenarios-defs-output-file`: The output file to store scenarios details. Implies
`--list-scenario`.
-* `-t`, `--inspect-action-type`: Inspect the avalaible action types with which to write scenarios if
- no parameter passed, it will list all avalaible action types
+* `-t`, `--inspect-action-type`: Inspect the available action types with which to write scenarios if
+ no parameter passed, it will list all available action types
otherwize will print the full description of the wanted types.
* `--set-media-info`: Set a media\_info XML file descriptor to share information about the
media file that will be reproduced.
processing when the same processing would happen several times for an 2 different
objects of a same type.
- * There will be a listing of avalaible, ready to use assets
+ * There will be a listing of available, ready to use assets
* Asset allow to create some particular types of object that implement the GESExtractable
interface
* Assets will hold metadatas
codegen_enabled = false
if not bindinate.found()
- warning('Bindinator not usable as some required dependencies are not avalaible.')
+ warning('Bindinator not usable as some required dependencies are not available.')
elif not fs.is_dir(girs_dir)
message('Code generation disabled, gstreamer-sharp must be a GStreamer subproject.')
else