Doxygen Book
GstTensorRepoData Struct Reference

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
 

Detailed Description

GstTensorRepo internal data structure.

GstTensorRepo has GSlist of GstTensorRepoData.

Definition at line 40 of file gsttensor_repo.h.

Member Data Documentation

◆ buffer

GstBuffer* GstTensorRepoData::buffer

Definition at line 42 of file gsttensor_repo.h.

◆ caps

GstCaps* GstTensorRepoData::caps

Definition at line 43 of file gsttensor_repo.h.

◆ cond_pull

GCond GstTensorRepoData::cond_pull

Definition at line 45 of file gsttensor_repo.h.

◆ cond_push

GCond GstTensorRepoData::cond_push

Definition at line 44 of file gsttensor_repo.h.

◆ eos

gboolean GstTensorRepoData::eos

Definition at line 47 of file gsttensor_repo.h.

◆ lock

GMutex GstTensorRepoData::lock

Definition at line 46 of file gsttensor_repo.h.

◆ pushed

gboolean GstTensorRepoData::pushed

Definition at line 52 of file gsttensor_repo.h.

◆ sink_changed

gboolean GstTensorRepoData::sink_changed

Definition at line 50 of file gsttensor_repo.h.

◆ sink_id

guint GstTensorRepoData::sink_id

Definition at line 51 of file gsttensor_repo.h.

◆ src_changed

gboolean GstTensorRepoData::src_changed

Definition at line 48 of file gsttensor_repo.h.

◆ src_id

guint GstTensorRepoData::src_id

Definition at line 49 of file gsttensor_repo.h.


The documentation for this struct was generated from the following file: