<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Gregoire,<br>
    <br>
    the gstreamer.com is not to follow. I was also thinking the same at
    the start (around 1 month), but you would need to wait for me to
    finish my tutorial to build GStreamer.<br>
    <br>
    In a nutshell, you do need to use cerbero (the build tool provided
    by gstreamer) and doing the following:<br>
    <br>
    <pre>> ./cerbero-uninstalled -c config/cross-android.cbc bootstrap</pre>
    <pre>> ./cerbero-uninstalled -c config/cross-android.cbc package gstreamer-1.0</pre>
    <br>
    Please create a config file located in $HOME/.cerbero called cerbero.cbc,
    with the values below:<br>
    <br>
    <pre>import os</pre>
    <pre>from cerbero.config import Platform, Architecture, Distro, DistroVersion</pre>
    <pre>
packages_prefix = 'gstreamer-sdk'</pre>
    <pre>packager = 'GStreamer SDK packagers <a class="moz-txt-link-rfc2396E" href="mailto:packages@gstreamer.com"><packages@gstreamer.com></a>'</pre>
    <pre>prefix = "/home/user/sources/gstreamer-sdk"</pre>
    <pre>git_root = <a class="moz-txt-link-rfc2396E" href="git://anongit.freedesktop.org/gstreamer-sdk">"git://anongit.freedesktop.org/gstreamer-sdk"</a></pre>
    <pre>
# Enable parallel build</pre>
    <pre>allow_parallel_build = True</pre>
    <br>
    At the end, you will have the GStreamer SDK for Android in
    /home/user/sources/gstreamer-sdk
    <br>
    <div class="moz-cite-prefix"><br>
      Le 14/05/2015 19:47, Gregoire Gentil a écrit :<br>
    </div>
    <blockquote cite="mid:5554EDB1.7080706@gentil.com" type="cite">I'm
      tyring to build Android Gstreamer 1.0 very latest from source. Is
      there a tutorial somewhere how to do that?
      <br>
      <br>
      Has this tutorial been updated for Gstreamer 1.0?
      <br>
<a class="moz-txt-link-freetext" href="http://docs.gstreamer.com/display/GstSDK/Building+from+source+using+Cerbero">http://docs.gstreamer.com/display/GstSDK/Building+from+source+using+Cerbero</a>
      <br>
      <br>
      Grégoire
      <br>
      _______________________________________________
      <br>
      gstreamer-android mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a>
      <br>
    </blockquote>
    <br>
    Best regards,<br>
    <div class="moz-signature">-- <br>
      <font size="2"><span style="font-weight: bold; font-family:
          verdana,sans-serif; color: rgb(153, 153, 153);">Emmanuel
          Poitier</span></font><font style="font-weight: bold;" size="2"><span
          style="font-family: verdana,sans-serif; color: rgb(153, 153,
          153);"></span></font><font size="2"><span style="font-weight:
          bold; font-family: verdana,sans-serif; color: rgb(153, 153,
          153);"></span></font><font size="2"><span style="font-family:
          verdana,sans-serif; color: rgb(153, 153, 153);"><span
            style="font-style: italic;"> - Chief Executive Officer (CEO)</span><br>
          <span style="font-weight: bold; font-style: italic;">Enman</span></span></font><span
        style="font-weight: bold; font-family: verdana,sans-serif;
        color: rgb(153, 153, 153);"><font size="2"><br>
          <br>
        </font></span>
      <table border="0" cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td><span style="font-family: verdana,sans-serif; color:
                rgb(51, 102, 255);"><font size="2">Telephone:<span
                    style="color: rgb(0, 0, 0);"> +33 (0)2 54 67 15 38</span></font></span><span
                style="font-family: verdana,sans-serif; color: rgb(0, 0,
                0); font-weight: bold;"></span></td>
            <td width="25px"><br>
            </td>
            <td><span style="font-family: verdana,sans-serif; color:
                rgb(51, 102, 255);"><font size="2">Mobile:</font></span><span
                style="font-family: verdana,sans-serif; color: rgb(51,
                102, 255);"><font size="2"><span style="color: rgb(0, 0,
                    0);"> +33 (0)780 381 124</span></font></span></td>
          </tr>
          <tr>
            <td><span style="font-family: verdana,sans-serif; color:
                rgb(51, 102, 255);"><font size="2">Email:<span
                    style="color: rgb(0, 0, 0);">
                    <a class="moz-txt-link-abbreviated" href="mailto:emmanuel.poitier@enman.fr">emmanuel.poitier@enman.fr</a></span></font></span></td>
            <td width="25px"><br>
            </td>
            <td><span style="font-family: verdana,sans-serif; color:
                rgb(51, 102, 255);"><font size="2">Web site:</font></span><a
                href="http://enman.fr"><span style="font-family:
                  verdana,sans-serif; color: rgb(0, 0, 0);"><font
                    size="2">http://enman.fr</font></span></a></td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>