Go to the documentation of this file.
28 #ifndef __GST_TENSOR_MUX_H__
29 #define __GST_TENSOR_MUX_H__
35 #define GST_TYPE_TENSOR_MUX (gst_tensor_mux_get_type ())
36 #define GST_TENSOR_MUX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_TENSOR_MUX, GstTensorMux))
37 #define GST_TENSOR_MUX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_TENSOR_MUX, GstTensorMuxClass))
38 #define GST_TENSOR_MUX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_TENSOR_MUX, GstTensorMuxClass))
39 #define GST_IS_TENSOR_MUX(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_MUX))
40 #define GST_IS_TENSOR_MUX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_MUX))
41 #define GST_TENSOR_MUX_CAST(obj)((GstTensorMux*)(obj))
Tensor Merge/Mux time sync data.
gboolean need_stream_start
GstTensorsConfig tensors_config
GstElementClass parent_class
Internal data structure for configured tensors info (for other/tensors).
gboolean send_stream_start
tensor_time_sync_data sync
Common header file for NNStreamer, the GStreamer plugin for neural networks.
GstTensroMuxClass inherits GstElementClass.
GstClockTime current_time
GType gst_tensor_mux_get_type(void)
Get Type function required for gst elements.
Tensor Muxer data structure.