9bool GstreamerTextFactory::publishFrameHeaderImpl(
const GFrameHeader* gframeHeader) {
10 if (!ofile.is_open()) {
log->error(
ERR_CANTOPENOUTPUT, SFUNCTION_NAME,
"Error: can't access ", filename()); }
12 ofile <<
GTAB <<
"Frame Header {\n";
14 ofile <<
GTAB <<
"}\n";
std::shared_ptr< GLogger > log
ASCII streamer plugin declarations.
Shared constants and error codes for the gstreamer module.
#define ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.