[Bug 675520] New: Fix compiler warnings on mingw-w64

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 5 11:26:34 PDT 2012


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

           Summary: Fix compiler warnings on mingw-w64
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: raimo.jarvi at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The following patch fixes some compiler warnings on mingw-w64:

gstasfmux.c:1415:3: error: format '%u' expects type 'unsigned int', but
argument 8 has type 'gsize'
gstasfmux.c:1500:5: error: format '%u' expects type 'unsigned int', but
argument 8 has type 'gsize'
gstasfobjects.c:576:3: error: format '%u' expects type 'unsigned int', but
argument 8 has type 'gsize'
gstrtpasfpay.c:205:5: error: format '%u' expects type 'unsigned int', but
argument 9 has type 'gsize'

gsturidownloader.c:230:3: error: format '%u' expects type 'unsigned int', but
argument 8 has type 'gsize'

gstwrappercamerabinsrc.c:202:3: error: format '%u' expects type 'unsigned int',
but argument 10 has type 'gsize'

tsdemux.c:1272:3: error: format '%d' expects type 'int', but argument 10 has
type 'gsize'

-- 
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