9bool GstreamerTextFactory::publishEventHeaderImpl([[maybe_unused]]
const std::unique_ptr<GEventHeader>& gevent_header) {
10 if (!ofile.is_open()) {
15 ofile <<
guts::GTABTAB <<
" time: " << gevent_header->getTimeStamp() <<
"\n";
16 ofile <<
guts::GTABTAB <<
" thread id: " << gevent_header->getThreadID() <<
"\n";
std::shared_ptr< GLogger > log
ASCII streamer plugin declarations.
Shared constants and error codes for the gstreamer module.
constexpr int ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.