Hi there,<br><br>I'm trying to build Gstreamer with ndk by following the steps given in <a href="http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions">http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions</a>.<br>
<br>After obtaining bundle by <br><pre><span class="anchor" id="line-1-1"></span>    git clone git://<a href="http://git.collabora.co.uk/git/android/gstreamer-0.10_ndk_bundle.git">git.collabora.co.uk/git/android/gstreamer-0.10_ndk_bundle.git</a> <br>
<br>command , I am trying to update by <br><span class="anchor" id="line-1-3"></span><br>    git submodule update --init<br><br>but it is giving me error as follows:<br><br>Cloning into faac...<br>fatal: The remote end hung up unexpectedly<br>
Clone of 'git://<a href="http://git.collabora.co.uk/git/android/faac.git">git.collabora.co.uk/git/android/faac.git</a>' into submodule path 'faac' failed<br><br>Can you please explain whats gone wrong there and how can I proceed further.<br>
<br>Thanks & Regards,<br>Shital<br></pre>