gstreamer
Loading...
Searching...
No Matches
gstreamerJSONFactory.cc
Go to the documentation of this file.
1// gstreamer
3
4// Non-Doxygen implementation notes:
5// - Header file contains the authoritative API documentation.
6// - This .cc focuses on behavior and correctness without duplicating the full docs.
7
8extern "C" GStreamer* GStreamerFactory(const std::shared_ptr<GOptions>& g) {
9 return static_cast<GStreamer*>(new GstreamerJsonFactory(g));
10}
Abstract base class for streaming GEMC event or frame data to output media.
Definition gstreamer.h:66
Writes gstreamer output to a JSON file.
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)