#include "GstreamerDecoder.h"
#include <yarp/os/LogStream.h>
#include <gst/gst.h>
#include <glib.h>
#include <cstdio>
#include <cstring>
#include <mutex>
Go to the source code of this file.
Functions | |
const yarp::os::LogComponent & | GSTREAMER_DECODER () |
GstFlowReturn | new_sample_func (GstAppSink *appsink, gpointer user_data) |
const yarp::os::LogComponent & GSTREAMER_DECODER | ( | ) |
Definition at line 33 of file GstreamerDecoder.cpp.
GstFlowReturn new_sample_func | ( | GstAppSink * | appsink, |
gpointer | user_data | ||
) |
Definition at line 39 of file GstreamerDecoder.cpp.