[gstreamer-bugs] [Bug 583419] New: Bad translatable string in gst-launch.c

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 21 01:55:29 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=583419

  GStreamer | gstreamer (core) | Ver: git
           Summary: Bad translatable string in gst-launch.c
           Product: GStreamer
           Version: git
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Keywords: L10N, string
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: claude at 2xlibre.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Affected code:
g_print (_("Got Message #%" G_GUINT32_FORMAT
              " from element \"%s\" (%s): "), seqnum,
          GST_STR_NULL (GST_ELEMENT_NAME (GST_MESSAGE_SRC (message))),
          gst_message_type_get_name (GST_MESSAGE_TYPE (message)));

This sort of syntax is not properly handled by xgettext. Only "Got Message #%"
is extracted in the po files. Please use a format specifier instead of the
G_GUINT32_FORMAT expression.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=583419.




More information about the Gstreamer-bugs mailing list