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 465028 - some warnings with mingw
some warnings with mingw
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-09 12:34 UTC by Vincent Torri
Modified: 2007-08-10 10:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2007-08-09 12:34:13 UTC
in gst/playback/gstqueue2.c:

gstqueue2.c:591: warning: too few arguments for format

in gst/videorate/gstvideorate.c:

gstvideorate.c:559: warning: unsigned int format, different type arg (arg 8)
gstvideorate.c:559: warning: too few arguments for format
Comment 1 Tim-Philipp Müller 2007-08-10 10:08:32 UTC
Thanks, should be fixed now:

 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/playback/gstqueue2.c:
        * gst/videorate/gstvideorate.c:
          Printf format fixes (#465028).