After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 439911 - [qtdemux] Warning in a debug function (MinGW)
[qtdemux] Warning in a debug function (MinGW)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-20 10:29 UTC by Vincent Torri
Modified: 2007-05-20 14:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2007-05-20 10:29:55 UTC
I get that warning in qtdemux.c:

qtdemux.c: In function `gst_qtdemux_prepare_current_sample':
qtdemux.c:1145: warning: long unsigned int format, guint32 arg (arg 8)
qtdemux.c:1145: warning: long unsigned int format, guint32 arg (arg 9)

I use MinGW and I have a core2 duo (maybe that is the problem, as guint32 is maybe not a long unsigned int with that proc)

casting the parameters to long unsigned int solves the problem
Comment 1 Tim-Philipp Müller 2007-05-20 14:14:39 UTC
Thanks, should be fixed in CVS:

 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
        * gst/switch/gstswitch.c: (gst_switch_chain):
          Printf format fixes (#439910, #439911).