[Bug 782873] New: Build breakage: gstadaptivedemux.c:2403:7: error: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type 'gsize {aka unsigned int}' [-Werror=format=]

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 20 16:21:32 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782873

            Bug ID: 782873
           Summary: Build breakage: gstadaptivedemux.c:2403:7: error:
                    format '%llu' expects argument of type 'long long
                    unsigned int', but argument 8 has type 'gsize {aka
                    unsigned int}' [-Werror=format=]
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: minfrin at sharp.fm
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

The build currently fails as follows:

make[4]: Entering directory
'/home/pi/packages/gstreamer-master/gst-plugins-bad/gst-libs/gst/adaptivedemux'
  CC       libgstadaptivedemux_1.0_la-gstadaptivedemux.lo
In file included from /usr/local/include/gstreamer-1.0/gst/gst.h:55:0,
                 from gstadaptivedemux.h:25,
                 from gstadaptivedemux.c:122:
gstadaptivedemux.c: In function 'gst_adaptive_demux_stream_push_buffer':
gstadaptivedemux.c:2403:7: error: format '%llu' expects argument of type 'long
long unsigned int', but argument 8 has type 'gsize {aka unsigned int}'
[-Werror=format=]
       "About to push buffer of size %" G_GUINT64_FORMAT,
       ^
/usr/local/include/gstreamer-1.0/gst/gstinfo.h:638:31: note: in definition of
macro 'GST_CAT_LEVEL_LOG'
         (GObject *) (object), __VA_ARGS__);    \
                               ^~~~~~~~~~~
gstadaptivedemux.c:2402:3: note: in expansion of macro 'GST_DEBUG_OBJECT'
   GST_DEBUG_OBJECT (stream->pad,
   ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:900: recipe for target
'libgstadaptivedemux_1.0_la-gstadaptivedemux.lo' failed
make[4]: *** [libgstadaptivedemux_1.0_la-gstadaptivedemux.lo] Error 1
make[4]: Leaving directory
'/home/pi/packages/gstreamer-master/gst-plugins-bad/gst-libs/gst/adaptivedemux'
Makefile:811: recipe for target 'all-recursive' failed

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