Opaque structure storing data of the nvinferserver element.
Definition at line 93 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.

Data Fields | |
| GstBaseTransform | base_trans |
| Base class for GstNvInferServer. More... | |
| gboolean | write_raw_buffers_to_file |
| Boolean indicating if the bound buffer contents should be written to file. More... | |
| guint64 | file_write_batch_num |
| Batch counter for writing buffer contents to file. More... | |
| gst_nvinfer_raw_output_generated_callback | output_generated_callback |
| Pointer to the callback function and user data for application access to the bound buffer contents. More... | |
| gpointer | output_generated_userdata |
| GstFlowReturn | last_flow_ret |
| GstFlowReturn returned by the latest buffer pad push. More... | |
| guint64 | current_batch_num |
| Current batch number of the input batch. More... | |
| gstnvinferserver::GstNvInferServerImpl * | impl |
| Pointer to the GstNvInferServerImpl object for this instance. More... | |
| GstBaseTransform _GstNvInferServer::base_trans |
Base class for GstNvInferServer.
Should be the first member when extending from GstBaseTransform.
Definition at line 96 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.
| guint64 _GstNvInferServer::current_batch_num |
Current batch number of the input batch.
Definition at line 114 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.
| guint64 _GstNvInferServer::file_write_batch_num |
Batch counter for writing buffer contents to file.
Definition at line 103 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.
| gstnvinferserver::GstNvInferServerImpl * _GstNvInferServer::impl |
Pointer to the GstNvInferServerImpl object for this instance.
Definition at line 117 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.
| GstFlowReturn _GstNvInferServer::last_flow_ret |
GstFlowReturn returned by the latest buffer pad push.
Definition at line 111 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.
| gst_nvinfer_raw_output_generated_callback _GstNvInferServer::output_generated_callback |
Pointer to the callback function and user data for application access to the bound buffer contents.
Definition at line 107 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.
| gpointer _GstNvInferServer::output_generated_userdata |
Definition at line 108 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.
| gboolean _GstNvInferServer::write_raw_buffers_to_file |
Boolean indicating if the bound buffer contents should be written to file.
Definition at line 100 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.