mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
gst-play: Do not split translatable string
Concatenating N_() strings does not work with gi18n.h macro, was working only with GStreamer's redefinition. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2028>
This commit is contained in:
parent
dcd2ccad59
commit
50b58aa974
1 changed files with 2 additions and 2 deletions
|
@ -1636,8 +1636,8 @@ main (int argc, char **argv)
|
|||
{"quiet", 'q', 0, G_OPTION_ARG_NONE, &quiet,
|
||||
N_("Do not print any output (apart from errors)"), NULL},
|
||||
{"use-playbin3", 0, 0, G_OPTION_ARG_NONE, &use_playbin3,
|
||||
N_("Use playbin3 pipeline")
|
||||
N_("(default varies depending on 'USE_PLAYBIN' env variable)"),
|
||||
N_("Use playbin3 pipeline"
|
||||
"(default varies depending on 'USE_PLAYBIN' env variable)"),
|
||||
NULL},
|
||||
{"wait-on-eos", 0, 0, G_OPTION_ARG_NONE, &wait_on_eos,
|
||||
N_
|
||||
|
|
Loading…
Reference in a new issue