Register datarepo plugins. More...
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... | |
Register datarepo plugins.
Copyright (C) 2022 Samsung Electronics Co., Ltd.
Definition in file gstdatarepo.c.
#define PACKAGE "NNStreamer MLOps Data Repository Plugins" |
Definition at line 69 of file gstdatarepo.c.
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.
|
static |
The entry point of the Gstreamer datarepo plugin.
Definition at line 55 of file gstdatarepo.c.