[gstreamer-bugs] [Bug 596981] New: Compilation failure due to warning about use of %lu for guint64 variable

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 1 05:42:22 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=596981
  GStreamer | gst-plugins-base | git

           Summary: Compilation failure due to warning about use of %lu
                    for guint64 variable
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: robert.swain at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=144493)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=144493)
Change printf variable type from %lu to %" G_GUINT64_FORMAT " as it should be
for guint64

Compilation fails due to an incorrect parameter type being specified in the
printf() string in gstaudioresample.c. G_GUINT64_FORMAT should be used for
guint64 variables and not %lu.

See attached.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list