Sha256: 967e246477e35cb64ef2858fedbf849e025712a51a9bd5321618946ffbfde1aa

Contents?: true

Size: 955 Bytes

Versions: 139

Compression:

Stored size: 955 Bytes

Contents

# Copyright (C) 2014  Ruby-GNOME2 Project Team
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

class TestElementFactory < Test::Unit::TestCase
  def test_find
    name = "playbin"
    factory = Gst::ElementFactory.find(name)
    assert_equal(name, factory.name)
  end
end

Version data entries

139 entries across 139 versions & 1 rubygems

Version Path
gstreamer-4.1.7 test/test-element-factory.rb
gstreamer-4.1.6 test/test-element-factory.rb
gstreamer-4.1.5 test/test-element-factory.rb
gstreamer-4.1.4 test/test-element-factory.rb
gstreamer-4.1.3 test/test-element-factory.rb
gstreamer-4.1.2 test/test-element-factory.rb
gstreamer-4.1.1 test/test-element-factory.rb
gstreamer-4.1.0 test/test-element-factory.rb
gstreamer-4.0.9 test/test-element-factory.rb
gstreamer-4.0.8 test/test-element-factory.rb
gstreamer-4.0.7 test/test-element-factory.rb
gstreamer-4.0.6 test/test-element-factory.rb
gstreamer-4.0.5 test/test-element-factory.rb
gstreamer-4.0.4 test/test-element-factory.rb
gstreamer-4.0.3 test/test-element-factory.rb
gstreamer-4.0.2 test/test-element-factory.rb
gstreamer-4.0.1 test/test-element-factory.rb
gstreamer-4.0.0 test/test-element-factory.rb
gstreamer-3.5.1 test/test-element-factory.rb
gstreamer-3.5.0 test/test-element-factory.rb