#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>
Go to the source code of this file.
◆ H264DECODE_ELEMENT
#define H264DECODE_ELEMENT " ffdec_h264 ! " |
◆ 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
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 ! " |