GstInit.h File
Thread-safe, idempotent GStreamer initialization. More...
Namespaces Index
| namespace | simaai |
| namespace | neat |
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:
14namespace simaai::neat {
22void gst_init_once();
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.