Personal tools
You are here: Home 资源中心 原始部落 13109 今天浏览过的一些连接
Document Actions

今天浏览过的一些连接

by yangh posted on Dec 17, 2006 12:57 PM last modified Dec 17, 2006 01:02 PM —
关于 Autotools, GTK+ 编程的文档,Gstreamer, PCmanFM, etc...

Autotools 使用介绍: automake, autoconf, libtool

详情:http://tossug.blogspot.com/2005/12/enrico-zini-tossug-autotools-videocast.html

Wiki 记录: http://wiki.tossug.org/Autotools

PCMan 主讲的 GTK+ 程序设计入门

详情: http://freesf.tnc.edu.tw/modules/news/article.php?storyid=2297

演示文稿: http://pcman.sayya.org/tossug-2005.12.13/tossug.pdf

视频: ftp://free.ym.edu.tw/2005-1213_pcman_xvid.avi

PCMan File Manager

纯 GTK+ 的轻量级的文件管理器

http://pcmanfm.sourceforge.net/

Features:
  • Extremly fast and lightweight
  • Can be started in one second on normal machine
  • Tabbed browsing (Similiar to Firefox)
  • Drag & Drop support
  • Files can be dragged among tabs
  • Load large directories in reasonable time
  • File association support (Default application)
  • Basic thumbnail support
  • Bookmarks support
  • Handles non-UTF-8 encoded filenames correctly
  • Provide icon view and detailed list view
  • Standard compliant (Follows FreeDesktop.org)
  • Clean and user-friendly interface (GTK+ 2)

Authors:

License:

  • GNU General Public License


GStreamer 应用程序开发手册 (0.10.9.1)

是中文版!

这个指南试图帮助你了解GStreamer的框架(version 0.10.3.1)以方便你在GStreamer框架的基础上做开发. 第一章节将重点关注如何开发一个简单的音频播放器, 通过对整个过程的讲解,力图使你能够理解有关GStreamer的一些概念. 之后的章节中,我们将讨论一些关于媒体播放(playback)控制的高级问题, 这些问题包括了,录音,录象和编辑等等.

链接: http://www.gstreamer.cn/data/doc/gstreamer/stable/manual/html/index.html

Gstreamer调度模式的分析

Gstreamer的调度模式是gstreamer 内核中比较重要,但是又较为复杂的部分(呵呵,好象是废话,但是又不得不说的)。简单地说,Gstreamer的调度模式就是:一种确定一个element何时被调用为它的同伴element处理和准备数据的方法。是不是觉得上面的话太简单又太复杂了啊?继续看。

链接: http://blog.csdn.net/segments/archive/2006/09/22/1265828.aspx