gst-play: Do not split translatable string
authorXavier Claessens <xavier.claessens@collabora.com>
Fri, 25 Mar 2022 15:21:03 +0000 (11:21 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 19 Apr 2022 18:01:06 +0000 (18:01 +0000)
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>

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

index 6d6da71..fdeb285 100644 (file)
@@ -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_