Internal data structure for pad in demux / split. More...
#include <tensor_common.h>
Public Attributes | |
GstPad * | pad |
GstClockTime | last_ts |
GstFlowReturn | last_ret |
guint | nth |
Internal data structure for pad in demux / split.
Definition at line 102 of file tensor_common.h.
GstFlowReturn GstTensorPad::last_ret |
Definition at line 106 of file tensor_common.h.
GstClockTime GstTensorPad::last_ts |
Definition at line 105 of file tensor_common.h.
guint GstTensorPad::nth |
Definition at line 107 of file tensor_common.h.
GstPad* GstTensorPad::pad |
Definition at line 104 of file tensor_common.h.