#include <gstreamer_carrier/GstreamerDecoder.h>
Public Member Functions | |
| GstYarpDecoder (std::mutex *m, yarp::os::Semaphore *s, GstYarpDecoder_cfgParamters &config) | |
| ~GstYarpDecoder () | |
| bool | init (std::string pipeline_string) |
| bool | start () |
| bool | stop () |
| yarp::sig::ImageOf< yarp::sig::PixelRgb > * | getLastFrame () |
| void | prepareNextFrame () |
Definition at line 39 of file GstreamerDecoder.h.
| GstYarpDecoder::GstYarpDecoder | ( | std::mutex * | m, |
| yarp::os::Semaphore * | s, | ||
| GstYarpDecoder_cfgParamters & | config | ||
| ) |
Definition at line 150 of file GstreamerDecoder.cpp.
| GstYarpDecoder::~GstYarpDecoder | ( | ) |
Definition at line 218 of file GstreamerDecoder.cpp.
| ImageOf< PixelRgb > * GstYarpDecoder::getLastFrame | ( | ) |
Definition at line 223 of file GstreamerDecoder.cpp.
| bool GstYarpDecoder::init | ( | std::string | pipeline_string | ) |
Definition at line 158 of file GstreamerDecoder.cpp.
| void GstYarpDecoder::prepareNextFrame | ( | ) |
Definition at line 229 of file GstreamerDecoder.cpp.
| bool GstYarpDecoder::start | ( | ) |
Definition at line 196 of file GstreamerDecoder.cpp.
| bool GstYarpDecoder::stop | ( | ) |
Definition at line 209 of file GstreamerDecoder.cpp.