class Gst::Plugin
Public Instance Methods
each_feature(&block)
click to toggle source
# File lib/gst.rb, line 26 def each_feature(&block) Registry.default.each_feature(name, &block) end