GstTensorRepo internal data structure. More...
#include <gsttensor_repo.h>
Public Attributes | |
GstBuffer * | buffer |
GstCaps * | caps |
GCond | cond_push |
GCond | cond_pull |
GMutex | lock |
gboolean | eos |
gboolean | src_changed |
guint | src_id |
gboolean | sink_changed |
guint | sink_id |
gboolean | pushed |
GstTensorRepo internal data structure.
GstTensorRepo has GSlist of GstTensorRepoData.
Definition at line 40 of file gsttensor_repo.h.
GstBuffer* GstTensorRepoData::buffer |
Definition at line 42 of file gsttensor_repo.h.
GstCaps* GstTensorRepoData::caps |
Definition at line 43 of file gsttensor_repo.h.
GCond GstTensorRepoData::cond_pull |
Definition at line 45 of file gsttensor_repo.h.
GCond GstTensorRepoData::cond_push |
Definition at line 44 of file gsttensor_repo.h.
gboolean GstTensorRepoData::eos |
Definition at line 47 of file gsttensor_repo.h.
GMutex GstTensorRepoData::lock |
Definition at line 46 of file gsttensor_repo.h.
gboolean GstTensorRepoData::pushed |
Definition at line 52 of file gsttensor_repo.h.
gboolean GstTensorRepoData::sink_changed |
Definition at line 50 of file gsttensor_repo.h.
guint GstTensorRepoData::sink_id |
Definition at line 51 of file gsttensor_repo.h.
gboolean GstTensorRepoData::src_changed |
Definition at line 48 of file gsttensor_repo.h.
guint GstTensorRepoData::src_id |
Definition at line 49 of file gsttensor_repo.h.