gstreamer-rs/gstreamer-gl-sys
Sebastian Dröge 1bd4efe6e5 Fix up dox feature
It should depend on the highest API version we support.
2019-10-04 19:29:37 +03:00
..
src Regenerate everything with latest gir 2019-10-04 19:27:46 +03:00
tests Regenerate everything with latest gir 2019-10-04 19:27:46 +03:00
build.rs Regenerate with latest gir 2019-08-05 13:08:01 +03:00
Cargo.toml Fix up dox feature 2019-10-04 19:29:37 +03:00
CHANGELOG.md Update CHANGELOG.md for 0.8.0 2019-06-24 19:43:25 +03:00
README.md Add README.md to gstreamer-gl-sys 2019-01-16 16:58:25 +01:00

NOTE: The canonical repository for gstreamer-sys has moved to freedesktop.org GitLab!

gstreamer-sys crates.io pipeline status

GStreamer (OpenGL library) FFI bindings for Rust.

These bindings are providing unsafe FFI API that can be used to interface with GStreamer. Generally they are meant to be used as the building block for higher-level abstractions like:

The bindings are autogenerated with gir based on the GObject-Introspection API metadata provided by the GStreamer project.

LICENSE

gstreamer-sys and all crates contained here are licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

GStreamer itself is licensed under the Lesser General Public License version 2.1 or (at your option) any later version: https://www.gnu.org/licenses/lgpl-2.1.html

Contribution

Any kinds of contributions are welcome as a pull request.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in gstreamer-rs by you shall be licensed under the MIT license as above, without any additional terms or conditions.