gstreamer-rs/examples
Guillaume Desmottes a954c03bc0 functions: rename constructors in manual API
The idiomatic way for Rust constructors is to be named from_XXX()
instead of new_from_XXX() and with_XXX() instead of new_with_XXX().

Fix #460
2020-06-11 12:33:52 +02:00
..
src functions: rename constructors in manual API 2020-06-11 12:33:52 +02:00
build.rs examples: glupload example 2018-12-05 23:03:49 +01:00
Cargo.toml examples: Add an example that registers a custom GstMeta and makes use of it 2020-06-04 12:07:05 +03:00