]> git.sesse.net Git - casparcg/blobdiff - protocol/cii/CIICommandsImpl.cpp
[streaming_consumer] Added support for sending recording activity via OSC like in...
[casparcg] / protocol / cii / CIICommandsImpl.cpp
index e942feaf3ef7a7350f4f9a9ec1845531c9ba4672..30f24252bfdee648f067cacd56d62bcb4365efc8 100644 (file)
@@ -160,6 +160,7 @@ void MiscellaneousCommand::Execute()
                auto xmlData2 = boost::locale::conv::utf_to_utf<wchar_t, char>(std::string(xmlData_.begin(), xmlData_.end()));
                auto proxy = pCIIStrategy_->get_cg_registry()->get_or_create_proxy(
                                pCIIStrategy_->GetChannel(),
+                               pCIIStrategy_->get_dependencies(),
                                core::cg_proxy::DEFAULT_LAYER,
                                filename_);
                proxy->add(layer_, filename_, false, L"", xmlData2);