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 446972 - warning when compiling gstoggdemux.c
warning when compiling gstoggdemux.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-13 02:57 UTC by Vincent Torri
Modified: 2007-06-13 09:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2007-06-13 02:57:21 UTC
with mingw (core2 duo), I get those warnings:

gstoggdemux.c: In function `gst_ogg_demux_read_chain':
gstoggdemux.c:2393: warning: long unsigned int format, gint arg (arg 8)
gstoggdemux.c:2412: warning: long unsigned int format, gint arg (arg 8)

casting pad->serialno to long int fix the warning. Or changing lx to dx.
Comment 1 Wim Taymans 2007-06-13 09:07:12 UTC
        * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
        (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
        Fix compilation on mingw. Fixes #446972.