]> git.sesse.net Git - casparcg/blobdiff - core/producer/scene/scene_producer.h
[scene_producer] Make print() and info() include what the source template file is
[casparcg] / core / producer / scene / scene_producer.h
index aca30f6b60fb720b191d178d585e36d19e95815c..4ae0b86c5c205f04f1d57f19fcc0318f9ecbfd35 100644 (file)
@@ -115,7 +115,7 @@ mark_action get_mark_action(const std::wstring& name);
 class scene_producer : public frame_producer_base
 {
 public:
-       scene_producer(std::wstring producer_name, int width, int height, const video_format_desc& format_desc);
+       scene_producer(std::wstring producer_name, std::wstring template_name, int width, int height, const video_format_desc& format_desc);
        ~scene_producer();
 
        draw_frame receive_impl() override;