ruby-****@sourc*****
ruby-****@sourc*****
2004年 2月 28日 (土) 02:23:18 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?tut-gst ------------------------- = Ruby/GStreamer Tutorial == Synopsis GStreamer is a framework for creating streaming media applications. GStreamer's development framework makes it possible to write any type of streaming multimedia application. The GStreamer framework is designed to make it easy to write applications that handle either audio or video or both. This tutorial is written from the ((<"GStreamer Application Development Manual"|URL:http://www.freedesktop.org/~gstreamer/data/doc/gstreamer/stable/manual/html/index.html>)) by ((<"Laurent Sansonetti"|lrz>)). Original work is copyrighted by several people: Wim Taymans, Steve Baker and Andy Wingo. == Table of Contents * ((<Introduction|tut-gst-intro>)) * Basic Concepts * ((<Initializing GStreamer|tut-gst-init>)) * Elements * ((<What is an Element|tut-gst-elements-intro>)) * ((<Creating Elements|tut-gst-elements-create>)) * ((<Elements Properties|tut-gst-elements-properties>)) * ((<Plugins|tut-gst-plugins>)) * Pads * ((<Getting Pads from an Element|tut-gst-pads-elem>)) * ((<Capabilities of a Pad|tut-gst-pads-caps>)) + * ((<Linking Elements|tut-gst-link-elements-intro>)) + * ((<Making Simple Links|tut-gst-link-elements-simple>)) + * ((<Making Filtered Links|tut-gst-link-elements-filtered>))