./lib/animoto/manifests/directing_and_rendering.rb in animoto-1.5.1 vs ./lib/animoto/manifests/directing_and_rendering.rb in animoto-1.5.2
- old
+ new
@@ -24,11 +24,11 @@
# @option options [String] :http_callback_url a URL to receive a callback when this job is done
# @option options [String] :http_callback_format the format of the callback
# @return [Manifests::DirectingAndRendering] the manifest
def initialize options = {}
super
- @directing_manifest = Manifests::Directing.new(options.only(:title, :pacing))
+ @directing_manifest = Manifests::Directing.new(options.only(:title, :pacing, :max_duration))
@rendering_manifest = Manifests::Rendering.new(options.only(:resolution, :framerate, :format))
end
# Delegates method calls to the underlying directing or rendering manifests if
# they respond to the call.
@@ -60,6 +60,6 @@
hash
end
end
end
-end
\ No newline at end of file
+end