gstreamer
Loading...
Searching...
No Matches
eventHeader.cc
Go to the documentation of this file.
1// gstreamer
3
4// Implementation summary:
5// Cache event-header values so later publish steps can flatten them into CSV rows.
6
7bool GstreamerCsvFactory::publishEventHeaderImpl([[maybe_unused]] const std::unique_ptr<GEventHeader>& gevent_header) {
8 timestamp = gevent_header->getTimeStamp();
9 thread_id = gevent_header->getThreadID();
10
11 return true;
12}
CSV streamer plugin declarations.