Sha256: 6ef14f33bcc44c0fc2f139e6fe94476b9bcb29bdc77ec9d643f1d4fcfbd7fa7f

Contents?: true

Size: 179 Bytes

Versions: 42

Compression:

Stored size: 179 Bytes

Contents

class TestPlugin < Test::Unit::TestCase
  def test_source
    plugin = Gst::Registry.default.find_plugin("playback")
    assert_equal("gst-plugins-base", plugin.source)
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
gstreamer-1.2.6-x86-mingw32 test/test_plugin.rb
gstreamer-1.2.6 test/test_plugin.rb
gstreamer-1.2.5-x86-mingw32 test/test_plugin.rb
gstreamer-1.2.5 test/test_plugin.rb
gstreamer-1.2.4-x86-mingw32 test/test_plugin.rb
gstreamer-1.2.4 test/test_plugin.rb
gstreamer-1.2.3-x86-mingw32 test/test_plugin.rb
gstreamer-1.2.3 test/test_plugin.rb
gstreamer-1.2.2-x86-mingw32 test/test_plugin.rb
gstreamer-1.2.2 test/test_plugin.rb
gstreamer-1.2.1-x86-mingw32 test/test_plugin.rb
gstreamer-1.2.1 test/test_plugin.rb
gstreamer-1.2.0-x86-mingw32 test/test_plugin.rb
gstreamer-1.2.0 test/test_plugin.rb
gstreamer-1.1.9-x86-mingw32 test/test_plugin.rb
gstreamer-1.1.9 test/test_plugin.rb
gstreamer-1.1.8-x86-mingw32 test/test_plugin.rb
gstreamer-1.1.8 test/test_plugin.rb
gstreamer-1.1.7 test/test_plugin.rb
gstreamer-1.1.7-x86-mingw32 test/test_plugin.rb