8bool GstreamerTextFactory::publishPayloadImpl(
const std::vector<GIntegralPayload*>* payload) {
9 if (!ofile.is_open()) {
16 for (
auto pload : *payload) {
17 for (
auto pvar : pload->getPayload()) { ofile <<
guts::GTABTAB << pvar; }
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.