8bool GstreamerRootFactory::publishRunHeaderImpl([[maybe_unused]]
const std::unique_ptr<GRunHeader>&
grun_header) {
9 if (rootfile ==
nullptr) {
log->error(
ERR_CANTOPENOUTPUT,
"GstreamerRootFactory: file is not initialized"); }
12 const auto& headerTree = getOrInstantiateHeaderTree(grun_header);
14 return headerTree->fillTree(grun_header);
std::shared_ptr< GLogger > log
Shared constants and error codes for the gstreamer module.
#define ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.
ROOT streamer plugin declarations.