<div class="gmail_quote">2011/6/14 Kapil Agrawal <span dir="ltr">&lt;<a href="mailto:kapil.agl@gmail.com">kapil.agl@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The local manifest file downloads gst-plugins-base from<br><pre>git://<a href="http://git.collabora.co.uk/git/user/reynaldo/android" target="_blank">git.collabora.co.uk/git/user/reynaldo/android</a></pre>and gst-plugins-good from <br>
<pre>git://<a href="http://anongit.freedesktop.org/gstreamer/" target="_blank">anongit.freedesktop.org/gstreamer/</a><br><br></pre>So there is a version mismatch, ie gst-good is expecting latest gst-base and in reynaldo repo its older.<br>
I suggest you change the manifest to download gst-base from <br>
<pre>git://<a href="http://anongit.freedesktop.org/gstreamer/" target="_blank">anongit.freedesktop.org/gstreamer/</a></pre>
<br>Regards<br>Kapil<br></blockquote><div><br></div><div>Hi, Kapil,&nbsp;</div><div><br></div><div>Thanks for your reply.&nbsp;</div><div><br></div><div>I think that is the problem I met. Actually, I found gst-editing-services has the same problem. Just now, I have modified the <a href="http://configure.ac">configure.ac</a> both in&nbsp;gst-plugins-good and gst-editing-services:</div>
<div><br></div><div><div>xzpeter@xzpeter-EHA4:~/intel/android/external/gstreamer_aggregate/gst-plugins-good$ git diff</div><div>diff --git a/<a href="http://configure.ac">configure.ac</a> b/<a href="http://configure.ac">configure.ac</a></div>
<div>index e717120..86dac2c 100644</div><div>--- a/<a href="http://configure.ac">configure.ac</a></div><div>+++ b/<a href="http://configure.ac">configure.ac</a></div><div>@@ -54,8 +54,9 @@ AC_LIBTOOL_WIN32_DLL</div><div>&nbsp;AM_PROG_LIBTOOL</div>
<div>&nbsp;</div><div>&nbsp;dnl *** required versions of GStreamer stuff ***</div><div>-GST_REQ=0.10.33</div><div>-GSTPB_REQ=0.10.33</div><div>+dnl modifiled by xzpeter, old version requirements are 0.10.33</div><div>+GST_REQ=0.10.32</div>
<div>+GSTPB_REQ=0.10.32</div><div>&nbsp;</div><div>&nbsp;dnl *** autotools stuff ****</div><div><br></div><div><br></div><div>xzpeter@xzpeter-EHA4:~/intel/android/external/gstreamer_aggregate/gst-editing-services$ git diff</div><div>
diff --git a/<a href="http://configure.ac">configure.ac</a> b/<a href="http://configure.ac">configure.ac</a></div><div>index 4a415e4..de5f9cb 100644</div><div>--- a/<a href="http://configure.ac">configure.ac</a></div><div>
+++ b/<a href="http://configure.ac">configure.ac</a></div><div>@@ -50,8 +50,9 @@ AC_LIBTOOL_WIN32_DLL</div><div>&nbsp;AM_PROG_LIBTOOL</div><div>&nbsp;</div><div>&nbsp;dnl *** required versions of GStreamer stuff ***</div><div>-GST_REQ=0.10.34</div>
<div>-GSTPB_REQ=0.10.34</div><div>+dnl changed by xzpeter, old ver is 0.10.34</div><div>+GST_REQ=0.10.32</div><div>+GSTPB_REQ=0.10.32</div><div>&nbsp;</div><div>&nbsp;dnl *** autotools stuff ****</div></div><div><br></div><div>And this worked.&nbsp;</div>
<div><br>Peter</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote"><div><div></div><div class="h5">2011/6/13 Xu Peter <span dir="ltr">&lt;<a href="mailto:xzpeter@gmail.com" target="_blank">xzpeter@gmail.com</a>&gt;</span><br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
I am trying to port gstreamer with the help of the following wiki:<br><a href="http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions" target="_blank">http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions</a><div>



<br>however, I failed with this step (the very last ones, just before the final &#39;make&#39;):<br>$ make gstreamer-aggregate-configure<br><br>and the failed output is:</div><div>......<br><div>checking if compiler supports gcc-style inline assembly... yes</div>


<div>checking for rint... yes</div><div>checking for sinh... yes</div><div>checking for cosh... yes</div><div>checking for asinh... yes</div><div>checking for fpclass... no</div><div>checking for isinf... no</div><div>checking for stdlib.h... (cached) yes</div>


<div>checking for unistd.h... (cached) yes</div><div>checking for sys/param.h... yes</div><div>checking for getpagesize... no</div><div>checking for working mmap... no</div><div>checking for struct ip_mreqn... yes</div><div>


checking for GLIB... yes</div><div>checking for GST... yes</div><div>configure: using GStreamer tools in /home/xzpeter/intel/android/external/gstreamer_aggregate/gstreamer/tools</div><div>configure: using GStreamer plug-ins in /home/xzpeter/intel/android/external/gstreamer_aggregate/gstreamer</div>


<div>checking for GST_BASE... yes</div><div>checking for GST_GDP... yes</div><div>checking for GST_CONTROLLER... yes</div><div>checking for GST_CHECK... no</div><div>configure: No package &#39;gstreamer-check-0.10&#39; found</div>


<div>configure: no gstreamer-check-0.10 &gt;= 0.10.33 (GStreamer Check unittest Library) found</div><div>checking for GST_PLUGINS_BASE... no</div><div>configure: Requested &#39;gstreamer-plugins-base-0.10 &gt;= 0.10.33&#39; but version of GStreamer Base Plugins Libraries, Uninstalled is 0.10.32.2</div>


<div>configure: error: no gstreamer-plugins-base-0.10 &gt;= 0.10.33 (GStreamer Base Plugins) found</div><div>&nbsp; configure failed</div><div>make: *** [gst-plugins-good-configure-real] ´يخَ 1</div><div><br></div><div><div>I think I have carefully followed the wiki&#39;s instruction. Can anyone helps?</div>


</div></div><div><br><font color="#888888">Peter</font></div>
<br></div></div>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><font color="#888888"><br><br clear="all"><br>-- <br><a href="http://www.mediamagictechnologies.com" target="_blank">www.mediamagictechnologies.com</a> (Gstreamer, ffmpeg, Red5, Streaming)<br>twitter handle: @gst_kaps<br>
<a href="http://www.linkedin.com/in/kapilagrawal" target="_blank">http://www.linkedin.com/in/kapilagrawal</a><br>

</font><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>