ValidateOptions Struct
Options for Graph::validate(). More...
Declaration
Included Headers
Public Member Attributes Index
| bool | parse_launch = true |
|
Build the GStreamer pipeline string and verify element naming. More... | |
| bool | enforce_names = true |
|
Check optional element ownership; integrity is always enforced. More... | |
Description
Options for Graph::validate().
Validation runs structural contracts; with parse_launch=true it also asks GStreamer to parse the generated pipeline string (catches plugin-availability issues). Final launch-name integrity is mandatory during every build, independent of these options. With enforce_names=true, validation additionally checks Node ownership/attribution for elements.
Definition at line 218 of file GraphOptions.h.
Public Member Attributes
enforce_names
|
Check optional element ownership; integrity is always enforced.
Definition at line 220 of file GraphOptions.h.
parse_launch
|
Build the GStreamer pipeline string and verify element naming.
Definition at line 219 of file GraphOptions.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.