Add gstreamer-mse bindings
Adds both the gstreamer-mse-sys
and gstreamer-mse
crate.
A couple of notes about the implementation:
- I left the
authors
section in theCargo.toml
file asauthors = ["Sebastian Dröge <sebastian@centricular.com>"]
, which seems to be the standard for every bindings crate. - I didn't update the
gst-gir-files
submodule because gir-files-rs!75 is not merged yet - Some links in the
README
/Cargo.toml
files point to nowhere, because the crates are not published yet.
Edited by Alaska