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
7namespace 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}
gboolean is_valid_rtsp_uri(const gchar *uri_str)
bool is_hardware_decoder_factory(GstElementFactory *factory)