GstTensorCrop data structure. More...
#include <gsttensor_crop.h>
Public Attributes | |
GstElement | element |
GstPad * | sinkpad_raw |
GstPad * | sinkpad_info |
GstPad * | srcpad |
gint | lateness |
gboolean | silent |
gboolean | send_stream_start |
GstCollectPads * | collect |
GstTensorCrop data structure.
Definition at line 49 of file gsttensor_crop.h.
GstCollectPads* _GstTensorCrop::collect |
sink pads
Definition at line 61 of file gsttensor_crop.h.
GstElement _GstTensorCrop::element |
parent object
Definition at line 51 of file gsttensor_crop.h.
gint _GstTensorCrop::lateness |
time-diff of raw and info buffer
Definition at line 58 of file gsttensor_crop.h.
gboolean _GstTensorCrop::send_stream_start |
flag to send STREAM_START event
Definition at line 60 of file gsttensor_crop.h.
gboolean _GstTensorCrop::silent |
true to print minimized log
Definition at line 59 of file gsttensor_crop.h.
GstPad* _GstTensorCrop::sinkpad_info |
sink pad (crop info)
Definition at line 54 of file gsttensor_crop.h.
GstPad* _GstTensorCrop::sinkpad_raw |
sink pad (raw data)
Definition at line 53 of file gsttensor_crop.h.
GstPad* _GstTensorCrop::srcpad |
src pad
Definition at line 55 of file gsttensor_crop.h.