unimatrix 3.2.0 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 526a783f4c606f2ab8f1897910c93f4cecfe26d1
4
- data.tar.gz: 6833c6f30ef65d5b088b45b478e82558085b9bf7
3
+ metadata.gz: 6ed5880f8656f790aa4c540868b4c7adfb1be559
4
+ data.tar.gz: fa3cddf703111db8dced819489f477472682fbe9
5
5
  SHA512:
6
- metadata.gz: 609e9cb36d9cdcaf2e32f08b67d14d67827a535415f6b580d38224b20bd3303d45f1063f94ef242d5c926a46389d2092da1cb3a3b130def277cb34429c3a8f3d
7
- data.tar.gz: 59331d935895e994d731cdb4644f1125c0ccf9fe79d77ad204cb576313acc9f08db510d3a0a237c00d1d268daba2586f968b22de01b5b8b4c70e002e1c611e7d
6
+ metadata.gz: 03e2c085c727f2d2d0743ff4a678650a1585f2524eb655964e2799426eaf2840f0b3a0164886cdce7b65207ef1ee2a822705b8f86de950e4e115b80947306397
7
+ data.tar.gz: 945869eb78d4bb6f5ec66d30c53fd9af7e80c05619eec7e222e18f74d2e07a7696abfe87a13eeaf210a0dbdeb12cab07cf46e98e30b0a07900a851653e6b03bc
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.2.0
1
+ 3.3.0
data/lib/unimatrix.rb CHANGED
@@ -126,6 +126,7 @@ require 'unimatrix/zephyrus/routing_output'
126
126
  require 'unimatrix/zephyrus/transcoding_output'
127
127
  require 'unimatrix/zephyrus/transcoding_rendition'
128
128
  require 'unimatrix/zephyrus/transcribing_output'
129
+ require 'unimatrix/zephyrus/transformation_output'
129
130
  require 'unimatrix/zephyrus/transmutation_output'
130
131
  require 'unimatrix/zephyrus/transmutation_rendition'
131
132
 
@@ -1,6 +1,10 @@
1
1
  module Unimatrix::Alchemist
2
2
 
3
3
  class SpriteRendition < Rendition
4
+
5
+ field :sub_image_height
6
+ field :sub_image_width
7
+
4
8
  end
5
9
 
6
- end
10
+ end
@@ -34,6 +34,7 @@ module Unimatrix::Alchemist
34
34
  field :audio_channel_layout
35
35
  field :audio_bit_rate
36
36
  field :audio_sample_rate
37
+ field :ingestion_status
37
38
 
38
39
  has_many :video_encoders
39
40
  has_many :renditions
@@ -1,9 +1,10 @@
1
1
  module Unimatrix::Alchemist
2
2
 
3
3
  class VideoPictureActivityProxy < ActivityProxy
4
-
4
+
5
5
  field :timecode
6
-
6
+ field :picture_uuid
7
+
7
8
  end
8
9
 
9
- end
10
+ end
@@ -13,6 +13,7 @@ module Unimatrix::Quartermaster
13
13
 
14
14
  field :height
15
15
  field :width
16
+ field :url
16
17
 
17
18
  has_one :binary_ingressor
18
19
 
@@ -2,6 +2,7 @@ module Unimatrix::Zephyrus
2
2
 
3
3
  class ConversionOutput < Output
4
4
 
5
+ field :url
5
6
  field :url_in
6
7
  field :loop
7
8
 
@@ -2,6 +2,7 @@ module Unimatrix::Zephyrus
2
2
 
3
3
  class TransformationOutput < Output
4
4
 
5
+ field :url
5
6
  field :url_in
6
7
 
7
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unimatrix
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jackson Souza
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-01 00:00:00.000000000 Z
11
+ date: 2018-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport