Skip to main content

GstInit.h File

Thread-safe, idempotent GStreamer initialization. More...

Namespaces Index

namespacesimaai
namespaceneat

Description

Thread-safe, idempotent GStreamer initialization.

Wraps the underlying gst_init() call with a std::call_once so that the framework (and any nested user code) can ask for initialization unconditionally without risking double-init or races. Every framework code path that touches GStreamer goes through this helper.

File Listing

The file content with the documentation metadata removed is:

1// include/gst/GstInit.h
12#pragma once
13
14namespace simaai::neat {
15
23
24} // namespace simaai::neat

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.