gstreamer
Loading...
Searching...
No Matches
gstreamerJLABSROFactory.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 GstreamerJSROFactory(g));
9}
Abstract base class for streaming GEMC event or frame data to output media.
Definition gstreamer.h:66
JLAB SRO gstreamer plugin producing binary frame streams (".ev" files).
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)
JLAB SRO frame streamer plugin definitions.