Created
May 15, 2013 21:08
-
-
Save pioz/5587388 to your computer and use it in GitHub Desktop.
Ruby gstreamer 2.0 don't work for me under ruby-2.0.0-p0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2.0.0-p0 :001 > require 'gst' | |
=> true | |
2.0.0-p0 :002 > bin = Gst::ElementFactory.make('playbin') | |
NameError: uninitialized constant Gst::ElementFactory | |
from (irb):2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment