<div dir="ltr"><div>Does gstreamer support i686 32 bit architecture?<br>My assumption is yes however I am getting some compilation warnings shown below. <br></div><div>When I build for x86_64 there are no warnings. My .mk file does specifie "-m32" for CLFAGS and LDFLAGS <br></div><div><br>./configure output shows:<br></div><div>Configuration<br>    Version                    : 1.6.4<br>    Source code location       : .<br>    Prefix                     : /testdir<br>    Compiler                   : gcc -m32 -std=gnu99<br>    Package name               : GStreamer source release<br>    Package origin             : Unknown package origin<br></div><div><br></div><div>Sample error:<br>gst/gstutils.h:772:3: warning: right shift count >= width of type [enabled by default]<br>   GST_WRITE_UINT64_BE (data, u.i);<br>   ^<br><br></div><div>The macro in gst/gstutils.h is expecting in this case 64 bit numbers.<br></div><div>I would appreciate any insight to this problem. <br></div><div><br></div><div><br><br></div></div>