-
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gst%3A%3ABin describes a method called "iterate", but "iterate" doesn't exist in reality.
Please update the Gst::Bin docs to match the actual code.
Regards //Johan.
2010-01-06 17:12:43 UTC in Ruby-GNOME 2
-
This page needs to be updated:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gst%3A%3ABin
It says that Gst::Bin has an iterate method, but that's false.
It was the Gst::Bin page I thought should be generated from the Ruby sources.
2010-01-06 14:16:48 UTC in Ruby-GNOME 2
-
Good point. Hello world tutorial fixed:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gst-helloworld
I don't feel comfy with editing the class documentation though, someone else who's more familiar with the code will have to do that. Or shouldn't the class documentation really be generated from the Ruby sources?.
2010-01-06 14:07:26 UTC in Ruby-GNOME 2
-
http://ruby-gnome2.sourceforge.jp/hiki.cgi?GLib%3A%3AObject
Accessing properties is done through object.set_property("key", "value") and object.get_property("key").
I'd like to access properties by doing object["key"] = "value" and object["key"].
2010-01-06 10:38:40 UTC in Ruby-GNOME 2
-
Thanks Vincent! Using that main loop I was able to play a short movie.
I then found this thread that describes how the EOS / error notification works:
http://www.ruby-forum.com/topic/121928#710057
Regards //Johan.
2010-01-05 20:01:31 UTC in Ruby-GNOME 2
-
Version information: I'm using libgst-ruby 0.19.3-1 from Debian Testing:
http://packages.debian.org/squeeze/libgst-ruby.
2010-01-04 07:30:53 UTC in Ruby-GNOME 2
-
Hi!
I'm trying the GStreamer Hello World example here:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gst-helloworld
I get this:
./slideshow.rb:33: undefined method `iterate' for # (NoMethodError)
Both the tutorial and the class documentation says that Pipeline should have an "iterate" method, but there doesn't seem to be one.
Is there...
2010-01-04 07:27:46 UTC in Ruby-GNOME 2
-
I've updated unhide.rb to show the names of the found processes if possible. Here's a demo using with the same "ps" script as before, where you can see that "/bin/ps" and "head" are involved, as well as the full path to the hidden process:
johansdator:/tmp/apa# PATH=.:$PATH /home/johan/src/unhide.rb/unhide.rb
ps and sysinfo() process count mismatch:
ps: 303 processes
sysinfo(): 302...
2009-08-11 05:21:53 UTC in Rootkit Hunter