gst-play: fix command line option string formatting
authorTim-Philipp Müller <tim@centricular.com>
Mon, 9 Jan 2023 01:24:57 +0000 (01:24 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 9 Jan 2023 01:24:57 +0000 (01:24 +0000)
Add missing space to translated string.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3696>

subprojects/gst-plugins-base/tools/gst-play.c

index 11378bada5fe9c059c2a274cd72ac5fa1c39989c..115a7ce542aff44be5003aa53e431eb25ccf5f25 100644 (file)
@@ -1652,7 +1652,7 @@ 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_("Use playbin3 pipeline "
               "(default varies depending on 'USE_PLAYBIN' env variable)"),
         NULL},
     {"wait-on-eos", 0, 0, G_OPTION_ARG_NONE, &wait_on_eos,