gstreamer
Loading...
Searching...
No Matches
frameHeader.cc
Go to the documentation of this file.
1// gstreamer
4
5// Implementation summary:
6// Frame-header publication is currently a placeholder for the ROOT backend.
7
8bool GstreamerRootFactory::publishFrameHeaderImpl([[maybe_unused]] const GFrameHeader* gframeHeader) {
9 if (rootfile == nullptr) {
10 log->error(gstreamer::ERR_CANTOPENOUTPUT, "GstreamerRootFactory: file is not initialized");
11 }
12
13 return true;
14}
std::shared_ptr< GLogger > log
Shared constants and error codes for the gstreamer module.
ROOT streamer plugin declarations.
constexpr int ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.