Skip to main content

GstHelpers.h File

Miscellaneous GStreamer helper utilities. More...

Included Headers

#include <string>

Namespaces Index

namespacesimaai
namespaceneat

Description

Miscellaneous GStreamer helper utilities.

File Listing

The file content with the documentation metadata removed is:

1// include/gst/GstHelpers.h
7#pragma once
8
9#include <string>
10
11namespace simaai::neat {
12
13bool element_exists(const char* factory);
14std::string factory_plugin_path(const char* factory);
15
16void require_element(const char* factory, const char* context);
17void require_tensordecoder(const char* context);
18
19} // namespace simaai::neat

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.