gstreamer
Loading...
Searching...
No Matches
stream.cc
Go to the documentation of this file.
1// gstreamer
4
5// Non-Doxygen implementation file: behavior is documented in the header.
6bool GstreamerCsvFactory::startStreamImpl([[maybe_unused]] const GFrameDataCollection* frameRunData) {
7 return true;
8}
9
10
11bool GstreamerCsvFactory::endStreamImpl([[maybe_unused]] const GFrameDataCollection* frameRunData) {
12 return true;
13}
Shared constants and error codes for the gstreamer module.