Module id_str

Module id_str 

Source
Expand description

This module selects one of the two IdStr implementations:

  • When feature v1_26 (or later) is activated, IdStr implements the bindings for the C type GstIdStr.
  • 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 IdStr compatibility implementation.