mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
validate: fix validate-transcoding option descriptions
This commit is contained in:
parent
14a9dab346
commit
73ac07d6e3
1 changed files with 4 additions and 4 deletions
|
@ -825,11 +825,11 @@ main (int argc, gchar ** argv)
|
||||||
"will allow the transcoding to finish the files properly before "
|
"will allow the transcoding to finish the files properly before "
|
||||||
"exiting.", NULL},
|
"exiting.", NULL},
|
||||||
{"list-scenarios", 'l', 0, G_OPTION_ARG_NONE, &list_scenarios,
|
{"list-scenarios", 'l', 0, G_OPTION_ARG_NONE, &list_scenarios,
|
||||||
"List the avalaible scenarios that can be run", NULL},
|
"List the available scenarios that can be run", NULL},
|
||||||
{"inspect-action-type", 't', 0, G_OPTION_ARG_NONE, &inspect_action_type,
|
{"inspect-action-type", 't', 0, G_OPTION_ARG_NONE, &inspect_action_type,
|
||||||
"Inspect the avalaible action types with which to write scenarios"
|
"Inspect the available action types with which to write scenarios"
|
||||||
" if no parameter passed, it will list all avalaible action types"
|
" if no parameter passed, it will list all available action types"
|
||||||
" otherwize will print the full description of the wanted types",
|
" otherwise will print the full description of the wanted types",
|
||||||
NULL},
|
NULL},
|
||||||
{"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
|
{"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
|
||||||
&output_file, "The output file to store scenarios details. "
|
&output_file, "The output file to store scenarios details. "
|
||||||
|
|
Loading…
Reference in a new issue