gstreamer-rs/gstreamer-gl/sys
2021-04-13 17:54:38 +02:00
..
src regen - remove get prefix for getters 2021-04-13 17:54:38 +02:00
tests regen - remove get prefix for getters 2021-04-13 17:54:38 +02:00
build.rs regen - remove get prefix for getters 2021-04-13 17:54:38 +02:00
Cargo.toml Regenerate with gir to update system-deps dependency and get rid of clippy warning in the ABI tests 2021-02-10 13:11:49 +02:00
CHANGELOG.md
COPYRIGHT
Gir.toml Gir.toml: Drop unused/renamed girs_dir in favour of gir -d 2021-04-01 15:53:23 +02:00
LICENSE
README.md

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.