GStreamer plugin to demux tensors (as a filter for other general neural network filters) More...
Go to the source code of this file.
Classes | |
struct | _GstTensorDemux |
Tensor Muxer data structure. More... | |
struct | _GstTensorDemuxClass |
GstTensorDeMuxClass inherits GstElementClass. More... | |
Macros | |
#define | GST_TYPE_TENSOR_DEMUX (gst_tensor_demux_get_type ()) |
#define | GST_TENSOR_DEMUX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_TENSOR_DEMUX, GstTensorDemux)) |
#define | GST_TENSOR_DEMUX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_TENSOR_DEMUX, GstTensorDemuxClass)) |
#define | GST_TENSOR_DEMUX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_TENSOR_DEMUX, GstTensorDemuxClass)) |
#define | GST_IS_TENSOR_DEMUX(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_DEMUX)) |
#define | GST_IS_TENSOR_DEMUX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_DEMUX)) |
#define | GST_TENSOR_DEMUX_CAST(obj) ((GstTensorDemux*)(obj)) |
Typedefs | |
typedef struct _GstTensorDemux | GstTensorDemux |
typedef struct _GstTensorDemuxClass | GstTensorDemuxClass |
Functions | |
GType | gst_tensor_demux_get_type (void) |
Get Type function required for gst elements. More... | |
GStreamer plugin to demux tensors (as a filter for other general neural network filters)
GStreamer Copyright (C) 2005 Thomas Vander Stichele thoma Copyright (C) 2005 Ronald S. Bultje s@ap estaa rt.o rgrbult Copyright (C) 2018 Jijoong Moon je@r onald .bit freak .netjijoo ng.m oon@s amsu ng.co m
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_demux.h.
#define GST_IS_TENSOR_DEMUX | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_DEMUX)) |
Definition at line 40 of file gsttensor_demux.h.
#define GST_IS_TENSOR_DEMUX_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_DEMUX)) |
Definition at line 41 of file gsttensor_demux.h.
#define GST_TENSOR_DEMUX | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_TENSOR_DEMUX, GstTensorDemux)) |
Definition at line 37 of file gsttensor_demux.h.
#define GST_TENSOR_DEMUX_CAST | ( | obj | ) | ((GstTensorDemux*)(obj)) |
Definition at line 42 of file gsttensor_demux.h.
#define GST_TENSOR_DEMUX_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_TENSOR_DEMUX, GstTensorDemuxClass)) |
Definition at line 38 of file gsttensor_demux.h.
#define GST_TENSOR_DEMUX_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_TENSOR_DEMUX, GstTensorDemuxClass)) |
Definition at line 39 of file gsttensor_demux.h.
#define GST_TYPE_TENSOR_DEMUX (gst_tensor_demux_get_type ()) |
Definition at line 36 of file gsttensor_demux.h.
typedef struct _GstTensorDemux GstTensorDemux |
Definition at line 44 of file gsttensor_demux.h.
typedef struct _GstTensorDemuxClass GstTensorDemuxClass |
Definition at line 45 of file gsttensor_demux.h.
GType gst_tensor_demux_get_type | ( | void | ) |
Get Type function required for gst elements.