gst-play: fix command line option string formatting
Add missing space to translated string. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3696>
This commit is contained in:
parent
f532ea6627
commit
1b7c95ec01
@ -1652,7 +1652,7 @@ main (int argc, char **argv)
|
|||||||
{"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,
|
{"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,
|
||||||
N_("Do not print any output (apart from errors)"), NULL},
|
N_("Do not print any output (apart from errors)"), NULL},
|
||||||
{"use-playbin3", 0, 0, G_OPTION_ARG_NONE, &use_playbin3,
|
{"use-playbin3", 0, 0, G_OPTION_ARG_NONE, &use_playbin3,
|
||||||
N_("Use playbin3 pipeline"
|
N_("Use playbin3 pipeline "
|
||||||
"(default varies depending on 'USE_PLAYBIN' env variable)"),
|
"(default varies depending on 'USE_PLAYBIN' env variable)"),
|
||||||
NULL},
|
NULL},
|
||||||
{"wait-on-eos", 0, 0, G_OPTION_ARG_NONE, &wait_on_eos,
|
{"wait-on-eos", 0, 0, G_OPTION_ARG_NONE, &wait_on_eos,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user