#include <gstreamer_carrier/GstreamerDecoder.h>
Public Member Functions | |
data_for_gst_callback ()=default | |
Public Attributes | |
std::mutex * | mutex_pointer = nullptr |
yarp::sig::ImageOf< yarp::sig::PixelRgb > * | img_pointer = nullptr |
yarp::os::Semaphore * | sem_pointer_gst = nullptr |
yarp::os::Semaphore * | sem_pointer_stream = nullptr |
Definition at line 28 of file GstreamerDecoder.h.
|
default |
yarp::sig::ImageOf<yarp::sig::PixelRgb>* data_for_gst_callback::img_pointer = nullptr |
Definition at line 33 of file GstreamerDecoder.h.
std::mutex* data_for_gst_callback::mutex_pointer = nullptr |
Definition at line 32 of file GstreamerDecoder.h.
yarp::os::Semaphore* data_for_gst_callback::sem_pointer_gst = nullptr |
Definition at line 34 of file GstreamerDecoder.h.
yarp::os::Semaphore* data_for_gst_callback::sem_pointer_stream = nullptr |
Definition at line 35 of file GstreamerDecoder.h.