Building from source Android Gstreamer 1.0 latest

Gregoire Gentil gregoire at gentil.com
Thu May 14 14:28:40 PDT 2015



On 05/14/2015 12:57 PM, Emmanuel Poitier wrote:
> Gregoire,
>
> 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.
>
> In a nutshell, you do need to use cerbero (the build tool provided by
> gstreamer) and doing the following:
>
>> ./cerbero-uninstalled -c config/cross-android.cbc bootstrap
>
>> ./cerbero-uninstalled -c config/cross-android.cbc package gstreamer-1.0
>
>
> Please create a config file located in $HOME/.cerbero called
> cerbero.cbc, with the values below:
>
> import os
>
> from cerbero.config import Platform, Architecture, Distro, DistroVersion
>
> packages_prefix = 'gstreamer-sdk'
>
> packager = 'GStreamer SDK packagers<packages at gstreamer.com>'
>
> prefix = "/home/user/sources/gstreamer-sdk"
>
> git_root ="git://anongit.freedesktop.org/gstreamer-sdk"
>
> # Enable parallel build
>
> allow_parallel_build = True
>
>
> At the end, you will have the GStreamer SDK for Android in
> /home/user/sources/gstreamer-sdk

I guess

I guess you meant "package gstreamer-1.0-sdk". Anyway, I'm hitting this 
bug: https://bugs.freedesktop.org/show_bug.cgi?id=90110

Any idea?

Grégoire


More information about the gstreamer-android mailing list