<br><br><div class="gmail_quote">2009/3/6 gstPrafull <span dir="ltr">&lt;<a href="mailto:prafull.mankar@gmail.com">prafull.mankar@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi Andoni,<br>
I changed the following properties for all the projects and I could compile<br>
all the projects on Intel&#39;s core 2 Duo with Win XP except &quot;camerabin&quot; and<br>
&quot;libgstreal&quot;.<br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
1. Properties-&gt;C/C++ -&gt; Optimization -&gt;Whole program optimization<br>
  Value set to &#39;No&#39; from &#39;Enable link-time code generation&#39;<br>
2. Properties-&gt; Linker -&gt; Optimization -&gt;Link Time Code Genertion<br>
  Value set to &#39;Default&#39; from &#39;User Link Time Code Generation&#39;</blockquote><div><br>It&#39;s good to know that...  <br></div><div><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
I could play the video file there after using simple pipeline<br>
gst-launch-0.10.exe filesrc location= &quot;C://imo.avi&quot; ! decodebin2 !<br>
ffmpegcolorspace ! directdrawsink<br>
<br>
I guess the Gstreamer got built for 32 bit processor (since Properties -&gt;<br>
Linker -&gt; Advanced -&gt; Target Machine = MachineX86) but still running on<br>
Intel&#39;s Core 2 Duo which is 64 bit processor. Correct me if I am wrong.</blockquote><div> </div><div>Indeed binaries compiled for 32 bits processors are compatible for 64 bits processor, but you don&#39;t get the same performance as if they were compilled for a 64 bits architecture.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Let me know how good is this to do above mentioned procedure ?<br>
and how these changes will affect performance of Gstreamer when used for<br>
application development which will run more complex pipelines?</blockquote><div> </div><div>These changes only applies to compilation optimizations, so it should improve  performance. If everything still working, I&#39;ll add this flag to build environment.<br>
<br>Cheers<br>Andoni<br></div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Regards,<br>
Prafull<br>
<div><div></div><div class="h5"><br>
Andoni Morales Alastruey wrote:<br>
&gt;<br>
&gt; 2009/3/5 gstPrafull &lt;<a href="mailto:prafull.mankar@gmail.com">prafull.mankar@gmail.com</a>&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt; I checked out Gstreamer WIndows from<br>
&gt;&gt; <a href="http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=developers" target="_blank">http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=developers</a>  and<br>
&gt;&gt; tried<br>
&gt;&gt; to compile on Intel&#39;s Centrino as well as Core 2 duo processors with<br>
&gt;&gt; Windows<br>
&gt;&gt; XP.<br>
&gt;&gt;<br>
&gt;&gt; In debug mode, I get following errors on both processors -<br>
&gt;&gt; 1&gt;..\..\common\pixel.c(424) : error C4003: not enough actual parameters<br>
&gt;&gt; for<br>
&gt;&gt; macro &#39;SATD_X_DECL7&#39;<br>
&gt;&gt; 1&gt;..\..\common\pixel.c(424) : error C4003: not enough actual parameters<br>
&gt;&gt; for<br>
&gt;&gt; macro &#39;SATD_X_DECL6&#39;<br>
&gt;&gt; 1&gt;..\..\common\pixel.c(605) : error C4003: not enough actual parameters<br>
&gt;&gt; for<br>
&gt;&gt; macro &#39;INIT_ADS&#39;<br>
&gt;<br>
&gt;<br>
&gt; I&#39;m not actually at home but It seems an error with libx264 compilation.<br>
&gt; I&#39;ll try to fix it tonight.<br>
&gt;<br>
&gt;<br>
&gt;&gt; In Release mode, Code gets compiled on Centrino Platform except<br>
&gt;&gt; gstcamerabin<br>
&gt;&gt; while  give following errors on Core 2 Duo processor for almost all<br>
&gt;&gt; libreary<br>
&gt;&gt; projects.<br>
&gt;&gt; 1&gt;Creating library...<br>
&gt;&gt; 1&gt;fatal error C1905: Front end and back end not compatible (must target<br>
&gt;&gt; same<br>
&gt;&gt; processor).<br>
&gt;&gt; 1&gt;LINK : fatal error LNK1257: code generation failed<br>
&gt;&gt;<br>
&gt;&gt; How this can be fixed?<br>
&gt;<br>
&gt;<br>
&gt; Actually, we just support targeting 32-bit platforms, so do not use<br>
&gt; &quot;win64&quot;<br>
&gt; option. We are trying to give support  for 64-bits platforms using<br>
&gt; mingw64,<br>
&gt; but it requires to recompile all the external dependencies and I don&#39;t<br>
&gt; have<br>
&gt; too much time now... help is welcome!<br>
&gt;<br>
&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Prafull<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://www.nabble.com/Gstreamer-compilation-on-Windows-tp22348831p22348831.html" target="_blank">http://www.nabble.com/Gstreamer-compilation-on-Windows-tp22348831p22348831.html</a><br>
&gt;&gt; Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,<br>
&gt;&gt; CA<br>
&gt;&gt; -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
&gt;&gt; Enterprise<br>
&gt;&gt; -Strategies to boost innovation and cut costs with open source<br>
&gt;&gt; participation<br>
&gt;&gt; -Receive a $600 discount off the registration fee with the source code:<br>
&gt;&gt; SFAD<br>
&gt;&gt; <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gstreamer-devel mailing list<br>
&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,<br>
&gt; CA<br>
&gt; -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
&gt; Enterprise<br>
&gt; -Strategies to boost innovation and cut costs with open source<br>
&gt; participation<br>
&gt; -Receive a $600 discount off the registration fee with the source code:<br>
&gt; SFAD<br>
&gt; <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
<br>
</div></div>--<br>
View this message in context: <a href="http://www.nabble.com/Gstreamer-compilation-on-Windows-tp22348831p22368263.html" target="_blank">http://www.nabble.com/Gstreamer-compilation-on-Windows-tp22348831p22368263.html</a><br>

<div class="im">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
<br>
------------------------------------------------------------------------------<br>
</div>Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are<br>
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and<br>
easily build your RIAs with Flex Builder, the Eclipse(TM)based development<br>
software that enables intelligent coding and step-through debugging.<br>
Download the free 60 day trial. <a href="http://p.sf.net/sfu/www-adobe-com" target="_blank">http://p.sf.net/sfu/www-adobe-com</a><br>
<div><div></div><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>