typos: Fix avalaible/available typos

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8086>
This commit is contained in:
Thibault Saunier 2024-12-06 09:26:29 -03:00 committed by GStreamer Marge Bot
parent 7ab58c8586
commit ff037ca484
4 changed files with 8 additions and 8 deletions

View file

@ -109,11 +109,11 @@ few options to control how transcoding should be tested.
* `--set-scenario`: Let you set a scenario, it can be a full path to a scenario file or * `--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` the name of the scenario (name of the file without the `.scenario`
extension). 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 * `--scenarios-defs-output-file`: The output file to store scenarios details. Implies
`--list-scenario`. `--list-scenario`.
* `-t`, `--inspect-action-type`: Inspect the avalaible action types with which to write scenarios if * `-t`, `--inspect-action-type`: Inspect the available action types with which to write scenarios if
no parameter passed, it will list all avalaible action types no parameter passed, it will list all available action types
otherwize will print the full description of the wanted 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 * `--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 `config`. You can specify a list of scenarios separated by `:`. It

View file

@ -45,11 +45,11 @@ similar to `gst-launch`, and some extra options.
* `--set-scenario`: Let you set a scenario, it can be a full path to a scenario file or * `--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` the name of the scenario (name of the file without the `.scenario`
extension). 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 * `--scenarios-defs-output-file`: The output file to store scenarios details. Implies
`--list-scenario`. `--list-scenario`.
* `-t`, `--inspect-action-type`: Inspect the avalaible action types with which to write scenarios if * `-t`, `--inspect-action-type`: Inspect the available action types with which to write scenarios if
no parameter passed, it will list all avalaible action types no parameter passed, it will list all available action types
otherwize will print the full description of the wanted 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 * `--set-media-info`: Set a media\_info XML file descriptor to share information about the
media file that will be reproduced. media file that will be reproduced.

View file

@ -29,7 +29,7 @@ Basically, asset is a way of avoiding duplicating data between object and avoid
processing when the same processing would happen several times for an 2 different processing when the same processing would happen several times for an 2 different
objects of a same type. 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 * Asset allow to create some particular types of object that implement the GESExtractable
interface interface
* Assets will hold metadatas * Assets will hold metadatas

View file

@ -168,7 +168,7 @@ girs_dir = join_paths(meson.global_source_root(), 'girs')
codegen_enabled = false codegen_enabled = false
if not bindinate.found() 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) elif not fs.is_dir(girs_dir)
message('Code generation disabled, gstreamer-sharp must be a GStreamer subproject.') message('Code generation disabled, gstreamer-sharp must be a GStreamer subproject.')
else else