StreamReceiver.cpp File Reference
#include "StreamReceiver.h"
#include <Image/ByteImage.h>
#include <VisionX/tools/ImageUtil.h>
#include <gst/gst.h>
#include <gst/app/gstappsink.h>
#include <gst/app/gstappsrc.h>
#include <gst/app/gstappbuffer.h>
#include <glib.h>
#include <glib-object.h>
+ Include dependency graph for StreamReceiver.cpp:

Go to the source code of this file.

Namespaces

 TabletTeleoperation
 This file is part of ArmarX.
 

Macros

#define H264DECODE_ELEMENT   " ffdec_h264 ! "
 
#define RTPH264_ELEMENT
 
#define RTPVP8_ELEMENT
 
#define VP8DECODE_ELEMENT   " vp8dec ! "
 

Macro Definition Documentation

◆ H264DECODE_ELEMENT

#define H264DECODE_ELEMENT   " ffdec_h264 ! "

Definition at line 48 of file StreamReceiver.cpp.

◆ RTPH264_ELEMENT

#define RTPH264_ELEMENT
Value:
"application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96 ! " \
"rtph264depay ! "

Definition at line 49 of file StreamReceiver.cpp.

◆ RTPVP8_ELEMENT

#define RTPVP8_ELEMENT
Value:
"application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)VP8-DRAFT-IETF-01, payload=(int)96 ! " \
"rtpvp8depay ! "

Definition at line 44 of file StreamReceiver.cpp.

◆ VP8DECODE_ELEMENT

#define VP8DECODE_ELEMENT   " vp8dec ! "

Definition at line 43 of file StreamReceiver.cpp.