Tensor Muxer data structure. More...
#include <gsttensor_mux.h>
Public Attributes | |
GstElement | element |
gboolean | silent |
tensor_time_sync_data | sync |
GstPad * | srcpad |
GstCollectPads * | collect |
gboolean | negotiated |
gboolean | need_segment |
gboolean | need_stream_start |
gboolean | send_stream_start |
gboolean | need_set_time |
GstClockTime | current_time |
GstTensorsConfig | tensors_config |
Tensor Muxer data structure.
Definition at line 48 of file gsttensor_mux.h.
GstCollectPads* _GstTensorMux::collect |
Definition at line 56 of file gsttensor_mux.h.
GstClockTime _GstTensorMux::current_time |
Definition at line 62 of file gsttensor_mux.h.
GstElement _GstTensorMux::element |
Definition at line 50 of file gsttensor_mux.h.
gboolean _GstTensorMux::need_segment |
Definition at line 58 of file gsttensor_mux.h.
gboolean _GstTensorMux::need_set_time |
Definition at line 61 of file gsttensor_mux.h.
gboolean _GstTensorMux::need_stream_start |
Definition at line 59 of file gsttensor_mux.h.
gboolean _GstTensorMux::negotiated |
Definition at line 57 of file gsttensor_mux.h.
gboolean _GstTensorMux::send_stream_start |
Definition at line 60 of file gsttensor_mux.h.
gboolean _GstTensorMux::silent |
Definition at line 52 of file gsttensor_mux.h.
GstPad* _GstTensorMux::srcpad |
Definition at line 54 of file gsttensor_mux.h.
tensor_time_sync_data _GstTensorMux::sync |
Definition at line 53 of file gsttensor_mux.h.
GstTensorsConfig _GstTensorMux::tensors_config |
output tensors info
Definition at line 64 of file gsttensor_mux.h.