Class/Module Index [+]

Quicksearch

TestStaticCaps

Public Instance Methods

test_description() click to toggle source
# File gstreamer/test/test_static_caps.rb, line 2
def test_description
  assert_equal("ANY", file_src_caps.description)
end
test_to_caps() click to toggle source
# File gstreamer/test/test_static_caps.rb, line 6
def test_to_caps
  static_caps = file_src_caps
  assert_kind_of(Gst::StaticCaps, static_caps)
  assert_kind_of(Gst::Caps, static_caps.to_caps)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.