Doxygen Book
nnstreamer.c File Reference

Registers all nnstreamer plugins for gstreamer so that we can have a single big binary. More...

Include dependency graph for nnstreamer.c:

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
 

Detailed Description

Registers all nnstreamer plugins for gstreamer so that we can have a single big binary.

Date
11 Oct 2018
See also
https://github.com/nnstreamer/nnstreamer
Author
MyungJoo Ham myung.nosp@m.joo..nosp@m.ham@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
Bug:
No known bugs except for NYI items

Definition in file nnstreamer.c.

Macro Definition Documentation

◆ NNSTREAMER_INIT

#define NNSTREAMER_INIT (   plugin,
  name,
  type 
)
Value:
do { \
if (!gst_element_register (plugin, "tensor_" # name, GST_RANK_NONE, GST_TYPE_TENSOR_

Definition at line 80 of file nnstreamer.c.

◆ PACKAGE

#define PACKAGE   "nnstreamer"

Definition at line 125 of file nnstreamer.c.

Function Documentation

◆ GST_ERROR()

GST_ERROR ( "Failed to register nnstreamer plugin : tensor_" #  name)

type)) { \

Here is the caller graph for this function:

◆ GST_PLUGIN_DEFINE()

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()

while ( )

Function to initialize all nnstreamer elements.

Definition at line 86 of file nnstreamer.c.

Variable Documentation

◆ FALSE

return FALSE

Definition at line 84 of file nnstreamer.c.