GNOME Bugzilla – Bug 446972
warning when compiling gstoggdemux.c
Last modified: 2007-06-13 09:07:12 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.
* 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.