#include "H264Decoder.h"
#include "H264LogComponent.h"
#include <yarp/os/LogStream.h>
#include <gst/gst.h>
#include <glib.h>
#include <gst/app/gstappsink.h>
#include <cstdio>
#include <cstring>
#include <mutex>
Go to the source code of this file.
◆ GET_HELPER
◆ link_convert2next()
static gboolean link_convert2next |
( |
GstElement * |
e1, |
|
|
GstElement * |
e2 |
|
) |
| |
|
static |
◆ link_videosrc2nextWithCaps()
static gboolean link_videosrc2nextWithCaps |
( |
GstElement * |
e1, |
|
|
GstElement * |
e2 |
|
) |
| |
|
static |
◆ new_sample()
GstFlowReturn new_sample |
( |
GstAppSink * |
appsink, |
|
|
gpointer |
user_data |
|
) |
| |