gstreamer
Loading...
Searching...
No Matches
publishPayload.cc
Go to the documentation of this file.
1// gstreamer
3
4// Implementation summary:
5// Frame-payload publication is currently a no-op for the CSV backend.
6
7bool GstreamerCsvFactory::publishPayloadImpl([[maybe_unused]] const std::vector<GIntegralPayload*>* payload) {
8 return true;
9}
CSV streamer plugin declarations.