Skip to content

Commit 8f266e6

Browse files
committed
newer examples and CHANGELOG
1 parent ebd3013 commit 8f266e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**v2.6.0** Reafactored `LibraryLoader` knows less about `Library` class. The library class _knows_ about paths, and checks that they exist.
1+
**v2.6.0** Reafactored `LibraryLoader` knows less about `Library` class. The library class _knows_ about paths, and checks that they exist. Features ability to load GLVideo library, that will surely be the future for video (supports gstreamer-1.0 instead of gstreamer-0.1.0 that has already been dropped by some linux distros).
22

33
**v2.5.5** Intermediate `refactored_library` loader, can be release if required but still not there as regards refactor goals.
44

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SOUND_VERSION = 'v1.3.2' # version 1.3.2
1010
GLVIDEO = 'processing-glvideo.zip'
1111
VIDEO = 'video-2.zip'
1212
VIDEO_VERSION = '2' # version 1.0.1
13-
EXAMPLES = '1.5'.freeze
13+
EXAMPLES = '1.6'.freeze
1414
HOME_DIR = ENV['HOME']
1515
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
1616

0 commit comments

Comments
 (0)