mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
validate: improve set-config option description
This commit is contained in:
parent
b97c13d0a7
commit
3d13f21be6
2 changed files with 6 additions and 6 deletions
|
@ -724,9 +724,9 @@ main (int argc, gchar ** argv)
|
|||
" or the name of the scenario (name of the file without the"
|
||||
" '.scenario' extension).", NULL},
|
||||
{"set-configs", '\0', 0, G_OPTION_ARG_STRING, &configs,
|
||||
"Let you set a config scenario, the scenario needs to be set as 'config"
|
||||
"' you can specify a list of scenario separated by ':'"
|
||||
" it will override the GST_VALIDATE_SCENARIO environment variable,",
|
||||
"Select a config scenario (one including 'is-config=true' in its"
|
||||
" description). Specify multiple ones using ':' as separator."
|
||||
" This option overrides the GST_VALIDATE_SCENARIO environment variable.",
|
||||
NULL},
|
||||
{"eos-on-shutdown", 'e', 0, G_OPTION_ARG_NONE, &eos_on_shutdown,
|
||||
"If an EOS event should be sent to the pipeline if an interrupt is "
|
||||
|
|
|
@ -320,9 +320,9 @@ main (int argc, gchar ** argv)
|
|||
" media file that will be reproduced.",
|
||||
NULL},
|
||||
{"set-configs", '\0', 0, G_OPTION_ARG_STRING, &configs,
|
||||
"Let you set a config scenario, the scenario needs to be set as 'config"
|
||||
"' you can specify a list of scenario separated by ':'"
|
||||
" it will override the GST_VALIDATE_SCENARIO environment variable.",
|
||||
"Select a config scenario (one including 'is-config=true' in its"
|
||||
" description). Specify multiple ones using ':' as separator."
|
||||
" This option overrides the GST_VALIDATE_SCENARIO environment variable.",
|
||||
NULL},
|
||||
{NULL}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue