android gstreamer

    技术2022-05-20  81

    2010-4-7

    http://wiki.huihoo.com/index.php?title=GStreamer

    http://www.cnblogs.com/phinecos/archive/2009/06/07/1498166.html

    http://groups.google.com/group/prajnashi/web/git-repositories

    prajnashi:

    Since Edward is too busy to maintain his gstreamer android repo, I cloned all of them to git hub and continue adding new features and fixing bug for this project. The homepage is  http://github.com/prajnashi

    To clone latest source code, run following command   $ repo init -u git://github.com/prajnashi/android-gst-manifest.git    $ repo sync

    Edward:GStreamer for Android GIT repositories

    All the modifications and patches to build GStreamer for Android are stored in git repositories here : http://cgit.freedesktop.org/~bilboed/

    You can easily checkout all of those repositories (both the upstream Android ones and the modified gstreamer ones) by using a modified manifest.

      repo init -u git://anongit.freedesktop.org/~bilboed/android-manifest

    And then carry on the build as explained in the link at the top of this page (repo sync; make).

    'no-opencore' experimental branch

    There is also an alternate (experimental so far) branch of the manifests which removes the dependency on opencore and replaces it as much as possible by GStreamer. You may try it by using the 'no-opencore' branch of the manifest.

      repo init -u git://anongit.freedesktop.org/~bilboed/android-manifest -b no-opencore

    Or if you already have been using that manifest repository you can just do:

      repo init -b no-opencore

    本文来自博客,转载请标明出处:http://blog.csdn.net/suxinmin/archive/2010/04/07/5458294.aspx


    最新回复(0)