Registers all nnstreamer plugins for gstreamer so that we can have a single big binary. More...
#include <gst/gst.h>
#include <elements/gsttensor_aggregator.h>
#include <elements/gsttensor_converter.h>
#include <elements/gsttensor_crop.h>
#include <elements/gsttensor_debug.h>
#include <elements/gsttensor_decoder.h>
#include <elements/gsttensor_demux.h>
#include <elements/gsttensor_if.h>
#include <elements/gsttensor_merge.h>
#include <elements/gsttensor_mux.h>
#include <elements/gsttensor_rate.h>
#include <elements/gsttensor_reposink.h>
#include <elements/gsttensor_reposrc.h>
#include <elements/gsttensor_sink.h>
#include <elements/gsttensor_sparsedec.h>
#include <elements/gsttensor_sparseenc.h>
#include <elements/gsttensor_split.h>
#include <elements/gsttensor_transform.h>
#include <elements/gsttensor_trainer.h>
#include <tensor_filter/tensor_filter.h>
Go to the source code of this file.
Macros | |
#define | NNSTREAMER_INIT(plugin, name, type) |
#define | PACKAGE "nnstreamer" |
Functions | |
GST_ERROR ("Failed to register nnstreamer plugin : tensor_" # name) | |
type)) { \ More... | |
while (0) | |
Function to initialize all nnstreamer elements. More... | |
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, nnstreamer, "NNStreamer plugin library allows neural networks in GStreamer pipelines. Use nnstreamer-check utility for more information of the current NNStreamer installation.", gst_nnstreamer_init, VERSION, "LGPL", "nnstreamer", "https://github.com/nnstreamer/nnstreamer") | |
Variables | |
return | FALSE |
Registers all nnstreamer plugins for gstreamer so that we can have a single big binary.
Definition in file nnstreamer.c.
#define NNSTREAMER_INIT | ( | plugin, | |
name, | |||
type | |||
) |
Definition at line 80 of file nnstreamer.c.
#define PACKAGE "nnstreamer" |
Definition at line 125 of file nnstreamer.c.
GST_ERROR | ( | "Failed to register nnstreamer plugin : tensor_" # | name | ) |
type)) { \
GST_PLUGIN_DEFINE | ( | GST_VERSION_MAJOR | , |
GST_VERSION_MINOR | , | ||
nnstreamer | , | ||
"NNStreamer plugin library allows neural networks in GStreamer pipelines. Use nnstreamer-check utility for more information of the current NNStreamer installation." | , | ||
gst_nnstreamer_init | , | ||
VERSION | , | ||
"LGPL" | , | ||
"nnstreamer" | , | ||
"https://github.com/nnstreamer/nnstreamer" | |||
) |
while | ( | 0 | ) |
Function to initialize all nnstreamer elements.
Definition at line 86 of file nnstreamer.c.
return FALSE |
Definition at line 84 of file nnstreamer.c.