gstreamer
Loading...
Searching...
No Matches
gstreamerASCIIFactory.cc
Go to the documentation of this file.
1// gstreamer
3
4// Non-Doxygen implementation file: behavior is documented in the header.
5
6// tells the DLL how to create a GStreamerFactory in each plugin .so/.dylib
7extern "C" GStreamer* GStreamerFactory(const std::shared_ptr<GOptions>& g) {
8 return static_cast<GStreamer*>(new GstreamerTextFactory(g));
9}
Abstract base class for streaming GEMC event or frame data to output media.
Definition gstreamer.h:66
ASCII (human-readable) gstreamer plugin writing event and frame streams to a text file.
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)