class Gst::Loader

Constants

NAMESPACE
RENAME_MAP
UNLOCK_GVL_METHODS

Public Class Methods

new(base_module, init_arguments) click to toggle source
Calls superclass method GObjectIntrospection::Loader::new
# File gstreamer/lib/gst.rb, line 73
def initialize(base_module, init_arguments)
  super(base_module)
  @init_arguments = init_arguments
end

Public Instance Methods

load() click to toggle source
Calls superclass method GObjectIntrospection::Loader::load
# File gstreamer/lib/gst.rb, line 78
def load
  super(NAMESPACE)
end