gstreamer
Loading...
Searching...
No Matches
gstreamerJSONFactory.cc
Go to the documentation of this file.
1
// gstreamer
2
#include "
gstreamerJSONFactory.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
GstreamerJsonFactory
(g));
9
}
GStreamer
Abstract base class for all gstreamer output plugins.
Definition
gstreamer.h:77
GstreamerJsonFactory
JSON plugin writing structured event or frame output into a single JSON document.
Definition
gstreamerJSONFactory.h:40
GStreamerFactory
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)
Definition
gstreamerJSONFactory.cc:7
gstreamerJSONFactory.h
JSON streamer plugin declarations.
factories
JSON
gstreamerJSONFactory.cc
Generated by
1.10.0