gstreamer
Loading...
Searching...
No Matches
gstreamerASCIIFactory.cc
Go to the documentation of this file.
1// gstreamer
3
4// Implementation summary:
5// Export the factory symbol required by the plugin loader.
6
7extern "C" GStreamer* GStreamerFactory(const std::shared_ptr<GOptions>& g) {
8 return static_cast<GStreamer*>(new GstreamerTextFactory(g));
9}
Abstract base class for all gstreamer output plugins.
Definition gstreamer.h:77
ASCII plugin that writes human-readable event, run, and frame content to a text file.
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)
ASCII streamer plugin declarations.