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
// Needed for GstElementFactory
5
#include <gst/gst.h>
6
7
namespace
GStreamer
8
{
9
gboolean
is_valid_rtsp_uri
(
const
gchar *uri_str);
10
11
// Returns true if the given factory likely represents a hardware-accelerated decoder.
12
// Heuristics: checks metadata/klass for "Hardware" and common vendor tags in the factory name.
13
bool
is_hardware_decoder_factory
(GstElementFactory *factory);
14
}
GStreamer
Definition
GStreamer.cc:57
GStreamer::is_valid_rtsp_uri
gboolean is_valid_rtsp_uri(const gchar *uri_str)
Definition
GStreamerHelpers.cc:11
GStreamer::is_hardware_decoder_factory
bool is_hardware_decoder_factory(GstElementFactory *factory)
Definition
GStreamerHelpers.cc:29
src
VideoManager
VideoReceiver
GStreamer
GStreamerHelpers.h
Generated by
1.9.8