./lib/animoto/manifests/directing_and_rendering.rb in animoto-1.5.2 vs ./lib/animoto/manifests/directing_and_rendering.rb in animoto-1.5.3
- old
+ new
@@ -24,10 +24,10 @@
# @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, :max_duration))
+ @directing_manifest = Manifests::Directing.new(options.only(:title, :pacing, :max_duration, :style, :postroll))
@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.