gstreamer
Loading...
Searching...
No Matches
gstreamerASCIIFactory.cc
Go to the documentation of this file.
1
// gstreamer
2
#include "
gstreamerASCIIFactory.h
"
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
7
extern
"C"
GStreamer
*
GStreamerFactory
(
const
std::shared_ptr<GOptions>& g) {
8
return
static_cast<
GStreamer
*
>
(
new
GstreamerTextFactory
(g));
9
}
GStreamer
Abstract base class for streaming GEMC event or frame data to output media.
Definition
gstreamer.h:66
GstreamerTextFactory
ASCII (human-readable) gstreamer plugin writing event and frame streams to a text file.
Definition
gstreamerASCIIFactory.h:26
GStreamerFactory
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)
Definition
gstreamerASCIIFactory.cc:7
gstreamerASCIIFactory.h
factories
ASCII
gstreamerASCIIFactory.cc
Generated by
1.10.0