gstreamer
Loading...
Searching...
No Matches
stream.cc
Go to the documentation of this file.
1// gstreamer
4
5// Implementation summary:
6// Frame streaming is currently a no-op for the CSV backend.
7
8bool GstreamerCsvFactory::startStreamImpl([[maybe_unused]] const GFrameDataCollection* frameRunData) {
9 return true;
10}
11
12
13bool GstreamerCsvFactory::endStreamImpl([[maybe_unused]] const GFrameDataCollection* frameRunData) {
14 return true;
15}
CSV streamer plugin declarations.
Shared constants and error codes for the gstreamer module.