gstreamer
Loading...
Searching...
No Matches
gstreamerCSVFactory.cc
Go to the documentation of this file.
1
// gstreamer
2
#include "
gstreamerCSVFactory.h
"
3
4
// Implementation summary:
5
// Export the factory symbol required by the plugin loader.
6
7
extern
"C"
GStreamer
*
GStreamerFactory
(
const
std::shared_ptr<GOptions>& g) {
8
return
static_cast<
GStreamer
*
>
(
new
GstreamerCsvFactory
(g));
9
}
GStreamer
Abstract base class for all gstreamer output plugins.
Definition
gstreamer.h:77
GstreamerCsvFactory
CSV plugin writing flattened per-hit event and run data into two CSV files.
Definition
gstreamerCSVFactory.h:41
GStreamerFactory
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)
Definition
gstreamerCSVFactory.cc:7
gstreamerCSVFactory.h
CSV streamer plugin declarations.
factories
CSV
gstreamerCSVFactory.cc
Generated by
1.10.0