Sign things that come out of the combiner (#2028).
authorCarl Hetherington <cth@carlh.net>
Sun, 30 May 2021 19:00:12 +0000 (21:00 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 30 May 2021 19:00:12 +0000 (21:00 +0200)
src/lib/combine_dcp_job.cc

index ae6d8b289f2926b0053e7edb179e3fc261fa2305..5c299492be9721d69705ebbc0c1952c6d7d59f31 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "combine_dcp_job.h"
 #include "compose.hpp"
+#include "config.h"
 #include <dcp/combine.h>
 #include <dcp/exceptions.h>
 
@@ -66,7 +67,8 @@ CombineDCPJob::run ()
                        String::compose("libdcp %1", dcp::version),
                        String::compose("libdcp %1", dcp::version),
                        dcp::LocalTime().as_string(),
-                       _annotation_text
+                       _annotation_text,
+                       Config::instance()->signer_chain()
                        );
        } catch (dcp::CombineError& e) {
                set_state (FINISHED_ERROR);