GStreamer plugin to handle tensor repository. More...
#include <gst/gst.h>
#include <gst/base/gstbasesink.h>
Go to the source code of this file.
Classes | |
struct | _GstTensorRepoSink |
GstTensorRepoSink data structure. More... | |
struct | _GstTensorRepoSinkClass |
GstTensorRepoSinkClass data structure. More... | |
Macros | |
#define | GST_TYPE_TENSOR_REPOSINK (gst_tensor_reposink_get_type()) |
#define | GST_TENSOR_REPOSINK(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_REPOSINK,GstTensorRepoSink)) |
#define | GST_TENSOR_REPOSINK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_REPOSINK,GstTensorRepoSinkClass)) |
#define | GST_IS_TENSOR_REPOSINK(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_REPOSINK)) |
#define | GST_IS_TENSOR_REPOSINK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_REPOSINK)) |
Typedefs | |
typedef struct _GstTensorRepoSink | GstTensorRepoSink |
typedef struct _GstTensorRepoSinkClass | GstTensorRepoSinkClass |
Functions | |
GType | gst_tensor_reposink_get_type (void) |
Function to get type of tensor_reposink. More... | |
GStreamer plugin to handle tensor repository.
GStreamer Copyright (C) 2005 Thomas Vander Stichele thoma Copyright (C) 2005 Ronald S. Bultje s@ap estaa rt.o rgrbult Copyright (C) 2018 Samsung Electronics Co., Ltd. je@r onald .bit freak .net
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; version 2.1 of the License.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
Definition in file gsttensor_reposink.h.
#define GST_IS_TENSOR_REPOSINK | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_REPOSINK)) |
Definition at line 41 of file gsttensor_reposink.h.
#define GST_IS_TENSOR_REPOSINK_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_REPOSINK)) |
Definition at line 43 of file gsttensor_reposink.h.
#define GST_TENSOR_REPOSINK | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_REPOSINK,GstTensorRepoSink)) |
Definition at line 37 of file gsttensor_reposink.h.
#define GST_TENSOR_REPOSINK_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_REPOSINK,GstTensorRepoSinkClass)) |
Definition at line 39 of file gsttensor_reposink.h.
#define GST_TYPE_TENSOR_REPOSINK (gst_tensor_reposink_get_type()) |
Definition at line 35 of file gsttensor_reposink.h.
typedef struct _GstTensorRepoSink GstTensorRepoSink |
Definition at line 46 of file gsttensor_reposink.h.
typedef struct _GstTensorRepoSinkClass GstTensorRepoSinkClass |
Definition at line 47 of file gsttensor_reposink.h.
GType gst_tensor_reposink_get_type | ( | void | ) |
Function to get type of tensor_reposink.