GStreamer plugin to read file in MLOps Data repository into buffers. More...
#include <gst/gst.h>
Go to the source code of this file.
Enumerations | |
enum | GstDataRepoDataType { GST_DATA_REPO_DATA_UNKNOWN = 0, GST_DATA_REPO_DATA_VIDEO, GST_DATA_REPO_DATA_AUDIO, GST_DATA_REPO_DATA_TEXT, GST_DATA_REPO_DATA_OCTET, GST_DATA_REPO_DATA_TENSOR, GST_DATA_REPO_DATA_IMAGE, GST_DATA_REPO_DATA_MAX } |
Data type of incoming buffer. More... | |
Functions | |
GstDataRepoDataType | gst_data_repo_get_data_type_from_caps (const GstCaps *caps) |
Get data type from caps. More... | |
GStreamer plugin to read file in MLOps Data repository into buffers.
Copyright (C) 2022 Samsung Electronics Co., Ltd.
Definition in file gstdatarepo.h.
enum GstDataRepoDataType |
Data type of incoming buffer.
Definition at line 23 of file gstdatarepo.h.
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.