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:

SinceEdward is too busy to maintain his gstreamer android repo, I cloned allof them to git hub and continue adding new features and fixing bug forthis 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/

Youcan easily checkout all of those repositories (both the upstreamAndroid ones and the modified gstreamer ones) by using a modifiedmanifest.

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

Thereis also an alternate (experimental so far) branch of the manifestswhich removes the dependency on opencore and replaces it as much aspossible by GStreamer. You may try it by using the 'no-opencore' branchof 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

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 简析Android对Linux内核的改动-(上)
  2. Android将允许纯C/C++开发应用
  3. 最封闭的开源系统:话说 Android(安卓)的八
  4. android本地系统服务详解
  5. Android教程之一:Window下搭建Android开发
  6. Android程序员必看之Android六大优势
  7. android体系化展示
  8. 谈一谈Android中的事件分发
  9. 最封闭的开源系统:话说 Android(安卓)的八
  10. Android(安卓)图片加载Bitmap OOM错误解