Go to the documentation of this file.
13 #ifndef __GST_DATA_REPO_SINK_H__
14 #define __GST_DATA_REPO_SINK_H__
17 #include <gst/base/gstbasesink.h>
18 #include <json-glib/json-glib.h>
22 #define GST_TYPE_DATA_REPO_SINK \
23 (gst_data_repo_sink_get_type())
24 #define GST_DATA_REPO_SINK(obj) \
25 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DATA_REPO_SINK,GstDataRepoSink))
26 #define GST_DATA_REPO_SINK_CLASS(klass) \
27 (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_DATA_REPO_SINK,GstDataRepoSinkClass))
28 #define GST_IS_DATA_REPO_SINK(obj) \
29 (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_DATA_REPO_SINK))
30 #define GST_IS_DATA_REPO_SINK_CLASS(klass) \
31 (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_DATA_REPO_SINK))
32 #define GST_DATA_REPO_SINK_CAST(obj) ((GstDataRepoSink *)obj)
gboolean is_static_tensors
GstDataRepoSinkClass data structure.
GstDataRepoSink data structure.
GstDataRepoDataType
Data type of incoming buffer.
JsonArray * sample_offset_array
GStreamer plugin to read file in MLOps Data repository into buffers.
JsonArray * tensor_count_array
JsonArray * tensor_size_array
GstDataRepoDataType data_type
GType gst_data_repo_sink_get_type(void)
GstBaseSinkClass parent_class