gstreamer
Loading...
Searching...
No Matches
gstreamerJSONFactory.cc
Go to the documentation of this file.
1
// gstreamer
2
#include "
gstreamerJSONFactory.h
"
3
4
// Non-Doxygen implementation notes:
5
// - Header file contains the authoritative API documentation.
6
// - This .cc focuses on behavior and correctness without duplicating the full docs.
7
8
extern
"C"
GStreamer
*
GStreamerFactory
(
const
std::shared_ptr<GOptions>& g) {
9
return
static_cast<
GStreamer
*
>
(
new
GstreamerJsonFactory
(g));
10
}
GStreamer
Abstract base class for streaming GEMC event or frame data to output media.
Definition
gstreamer.h:66
GstreamerJsonFactory
Writes gstreamer output to a JSON file.
Definition
gstreamerJSONFactory.h:52
GStreamerFactory
GStreamer * GStreamerFactory(const std::shared_ptr< GOptions > &g)
Definition
gstreamerJSONFactory.cc:8
gstreamerJSONFactory.h
factories
JSON
gstreamerJSONFactory.cc
Generated by
1.10.0