vcs_ruby 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/libAV/libav.rb +1 -1
  2. data/lib/version.info +1 -1
  3. metadata +1 -1
data/lib/libAV/libav.rb CHANGED
@@ -161,7 +161,7 @@ private
161
161
  unless parsed
162
162
  @cache.scan(/\[streams.stream.\d\](.*?)\n\n/m) do |stream|
163
163
  info = get_hash(stream[0])
164
- if info['codec_type'] == 'vidio'
164
+ if info['codec_type'] == 'video'
165
165
  @vidio_streams << LibAVVidioStream.new(info)
166
166
  parsed = true
167
167
  end
data/lib/version.info CHANGED
@@ -1 +1 @@
1
- 1.1.3
1
+ 1.1.4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcs_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: