Doxygen Book
edge_elements.c File Reference

Register edge plugins. More...

#include <gst/gst.h>
#include "edge_sink.h"
#include "edge_src.h"
Include dependency graph for edge_elements.c:

Go to the source code of this file.

Macros

#define PACKAGE   GST_EDGE_PACKAGE
 

Functions

static gboolean plugin_init (GstPlugin *plugin)
 The entry point of the Gstreamer Edge plugin. More...
 

Detailed Description

Register edge plugins.

Copyright (C) 2022 Samsung Electronics Co., Ltd.

Date
02 Aug 2022
Author
Yechan Choi yecha.nosp@m.n9.c.nosp@m.hoi@s.nosp@m.amsu.nosp@m.ng.co.nosp@m.m
See also
http://github.com/nnstreamer/nnstreamer
Bug:
No known bugs

Definition in file edge_elements.c.

Macro Definition Documentation

◆ PACKAGE

#define PACKAGE   GST_EDGE_PACKAGE

Definition at line 38 of file edge_elements.c.

Function Documentation

◆ plugin_init()

static gboolean plugin_init ( GstPlugin *  plugin)
static

The entry point of the Gstreamer Edge plugin.

Definition at line 22 of file edge_elements.c.