Doxygen Book
gstdatarepo.c File Reference

Register datarepo plugins. More...

#include "gstdatarepo.h"
#include "gstdatareposrc.h"
#include "gstdatareposink.h"
Include dependency graph for gstdatarepo.c:

Go to the source code of this file.

Macros

#define PACKAGE   "NNStreamer MLOps Data Repository Plugins"
 

Functions

GstDataRepoDataType gst_data_repo_get_data_type_from_caps (const GstCaps *caps)
 Get data type from caps. More...
 
static gboolean plugin_init (GstPlugin *plugin)
 The entry point of the Gstreamer datarepo plugin. More...
 

Detailed Description

Register datarepo plugins.

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

Date
31 January 2023
See also
https://github.com/nnstreamer/nnstreamer
Author
Hyunil Park hyuni.nosp@m.l46..nosp@m.park@.nosp@m.sams.nosp@m.ung.c.nosp@m.om
Bug:
No known bugs except for NYI items

Definition in file gstdatarepo.c.

Macro Definition Documentation

◆ PACKAGE

#define PACKAGE   "NNStreamer MLOps Data Repository Plugins"

Definition at line 69 of file gstdatarepo.c.

Function Documentation

◆ gst_data_repo_get_data_type_from_caps()

GstDataRepoDataType gst_data_repo_get_data_type_from_caps ( const GstCaps *  caps)

Get data type from caps.

Definition at line 21 of file gstdatarepo.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ plugin_init()

static gboolean plugin_init ( GstPlugin *  plugin)
static

The entry point of the Gstreamer datarepo plugin.

Definition at line 55 of file gstdatarepo.c.