Skip to content

Instantly share code, notes, and snippets.

@pioz
Created May 15, 2013 21:08
Show Gist options
  • Save pioz/5587388 to your computer and use it in GitHub Desktop.
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
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