GNOME Bugzilla – Bug 557293
Argument type mismatch on Windows
Last modified: 2009-02-28 11:36:01 UTC
Please describe the problem: When building gst-plugins-good 0.10.10.4 on Windows with MSys/MinGW, gcc throws a few warnings (treats them as errors) like this: warning: pointer targets in passing argument X of ‘XXX’ differ in signedness for /gst/udp plugin Steps to reproduce: Build gst-plugins-good 0.10.10.4 on Windows with MSys/MinGW Actual results: Build fails Expected results: Build completes successfully Does this happen every time? Yes Other information:
Created attachment 121051 [details] [review] Fixes reported warnings in gstdynudpsink.c
Created attachment 121052 [details] [review] Fixes reported warnings in gstmultiudpsink.c
Created attachment 121053 [details] [review] Fixes reported warnings in gstudpsrc.c
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> Patch by: <lrn1986 at gmail dot com> * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render): * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render): * gst/udp/gstudpsrc.c: (gst_udpsrc_create): Fix "argument type mismatch" compiler warnings on Windows. Fixes bug #557293.
Created attachment 129373 [details] [review] Various fixes. Fixes: Two typecasts. One wrong format case. One undeclared variable.
Oh, the patch is for plugins-base.
Ok, i'll make a new bug for that.