ruby-****@sourc*****
ruby-****@sourc*****
2013年 8月 18日 (日) 03:37:42 JST
------------------------- REMOTE_ADDR = 114.180.242.21 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gst ------------------------- @@ -1,5 +1,15 @@ = Ruby/GStreamer Tutorial +== Notice! + +There is some sample code that for old versions. We want to rewrite these sample codes. + +If it doesn't work, please try the following workaround: + + gem "glib2", "<= 1.2.6" + gem "gstreamer", "<= 1.2.6" + require "gst" + == 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.