mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +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"
|
" or the name of the scenario (name of the file without the"
|
||||||
" '.scenario' extension).", NULL},
|
" '.scenario' extension).", NULL},
|
||||||
{"set-configs", '\0', 0, G_OPTION_ARG_STRING, &configs,
|
{"set-configs", '\0', 0, G_OPTION_ARG_STRING, &configs,
|
||||||
"Let you set a config scenario, the scenario needs to be set as 'config"
|
"Select a config scenario (one including 'is-config=true' in its"
|
||||||
"' you can specify a list of scenario separated by ':'"
|
" description). Specify multiple ones using ':' as separator."
|
||||||
" it will override the GST_VALIDATE_SCENARIO environment variable,",
|
" This option overrides the GST_VALIDATE_SCENARIO environment variable.",
|
||||||
NULL},
|
NULL},
|
||||||
{"eos-on-shutdown", 'e', 0, G_OPTION_ARG_NONE, &eos_on_shutdown,
|
{"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 "
|
"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.",
|
" media file that will be reproduced.",
|
||||||
NULL},
|
NULL},
|
||||||
{"set-configs", '\0', 0, G_OPTION_ARG_STRING, &configs,
|
{"set-configs", '\0', 0, G_OPTION_ARG_STRING, &configs,
|
||||||
"Let you set a config scenario, the scenario needs to be set as 'config"
|
"Select a config scenario (one including 'is-config=true' in its"
|
||||||
"' you can specify a list of scenario separated by ':'"
|
" description). Specify multiple ones using ':' as separator."
|
||||||
" it will override the GST_VALIDATE_SCENARIO environment variable.",
|
" This option overrides the GST_VALIDATE_SCENARIO environment variable.",
|
||||||
NULL},
|
NULL},
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue