Skip to content

const ElementMetadata constructors

Simonas Kazlauskas requested to merge nagisa/gstreamer-rs:nagisa/constify into master

The usual use of this will be through the ElementImpl::metadata method, which requires a &'static reference to ElementMetadata to be returned, so we better make it easy to construct these (without forcing people to resort to Lazy'n'stuff)

Merge request reports