QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GStreamerHelpers.h
Go to the documentation of this file.
1#pragma once
2
3#include <glib.h>
4#include <gst/gst.h>
5
6#include "GStreamer.h"
7
8namespace GStreamer
9{
10 gboolean isValidRtspUri(const gchar *uri_str);
11
12 bool isHardwareDecoderFactory(GstElementFactory *factory);
13
15}
void setCodecPriorities(VideoDecoderOptions option)
VideoDecoderOptions
Definition GStreamer.h:10
bool isHardwareDecoderFactory(GstElementFactory *factory)
gboolean isValidRtspUri(const gchar *uri_str)