Expand description
This module selects one of the two IdStr implementations:
- When feature
v1_26(or later) is activated,IdStrimplements the bindings for the C typeGstIdStr. - For earlier feature versions, a compatibility implementation is used.
See also: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7432
Re-exports§
pub use self::compat::IdStr;
Modules§
- compat 🔒
- The
IdStrcompatibility implementation.