gst-plugins-rs/gst-plugin
Sebastian Dröge 395a002f4a Store type ids in a static BTreeMap
static variables inside generic functions are shared between all
instances of the function, we can't use that for storing our generated
type id.
2017-09-24 22:47:14 +03:00
..
src Store type ids in a static BTreeMap 2017-09-24 22:47:14 +03:00
Cargo.toml Implement a generic Element implementation infrastructure 2017-09-19 14:56:04 +03:00