<br><br><div class="gmail_quote">2009/3/6 gstPrafull <span dir="ltr"><<a href="mailto:prafull.mankar@gmail.com">prafull.mankar@gmail.com</a>></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's core 2 Duo with Win XP except "camerabin" and<br>
"libgstreal".<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->C/C++ -> Optimization ->Whole program optimization<br>
Value set to 'No' from 'Enable link-time code generation'<br>
2. Properties-> Linker -> Optimization ->Link Time Code Genertion<br>
Value set to 'Default' from 'User Link Time Code Generation'</blockquote><div><br>It'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= "C://imo.avi" ! decodebin2 !<br>
ffmpegcolorspace ! directdrawsink<br>
<br>
I guess the Gstreamer got built for 32 bit processor (since Properties -><br>
Linker -> Advanced -> Target Machine = MachineX86) but still running on<br>
Intel'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'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'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>
><br>
> 2009/3/5 gstPrafull <<a href="mailto:prafull.mankar@gmail.com">prafull.mankar@gmail.com</a>><br>
><br>
>><br>
>> Hi,<br>
>> I checked out Gstreamer WIndows from<br>
>> <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>
>> tried<br>
>> to compile on Intel's Centrino as well as Core 2 duo processors with<br>
>> Windows<br>
>> XP.<br>
>><br>
>> In debug mode, I get following errors on both processors -<br>
>> 1>..\..\common\pixel.c(424) : error C4003: not enough actual parameters<br>
>> for<br>
>> macro 'SATD_X_DECL7'<br>
>> 1>..\..\common\pixel.c(424) : error C4003: not enough actual parameters<br>
>> for<br>
>> macro 'SATD_X_DECL6'<br>
>> 1>..\..\common\pixel.c(605) : error C4003: not enough actual parameters<br>
>> for<br>
>> macro 'INIT_ADS'<br>
><br>
><br>
> I'm not actually at home but It seems an error with libx264 compilation.<br>
> I'll try to fix it tonight.<br>
><br>
><br>
>> In Release mode, Code gets compiled on Centrino Platform except<br>
>> gstcamerabin<br>
>> while give following errors on Core 2 Duo processor for almost all<br>
>> libreary<br>
>> projects.<br>
>> 1>Creating library...<br>
>> 1>fatal error C1905: Front end and back end not compatible (must target<br>
>> same<br>
>> processor).<br>
>> 1>LINK : fatal error LNK1257: code generation failed<br>
>><br>
>> How this can be fixed?<br>
><br>
><br>
> Actually, we just support targeting 32-bit platforms, so do not use<br>
> "win64"<br>
> option. We are trying to give support for 64-bits platforms using<br>
> mingw64,<br>
> but it requires to recompile all the external dependencies and I don't<br>
> have<br>
> too much time now... help is welcome!<br>
><br>
><br>
>> Regards,<br>
>> Prafull<br>
>> --<br>
>> View this message in context:<br>
>> <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>
>> Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
>><br>
>><br>
>><br>
>> ------------------------------------------------------------------------------<br>
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,<br>
>> CA<br>
>> -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
>> Enterprise<br>
>> -Strategies to boost innovation and cut costs with open source<br>
>> participation<br>
>> -Receive a $600 discount off the registration fee with the source code:<br>
>> SFAD<br>
>> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
>> _______________________________________________<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>
>><br>
><br>
> ------------------------------------------------------------------------------<br>
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,<br>
> CA<br>
> -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
> Enterprise<br>
> -Strategies to boost innovation and cut costs with open source<br>
> participation<br>
> -Receive a $600 discount off the registration fee with the source code:<br>
> SFAD<br>
> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
> _______________________________________________<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>
><br>
><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>