gstreamer-rs/gstreamer-gl/x11/sys
Marijn Suijten 6ec0e3ac4b Update gir and regenerate with extended gir-dirs comments
Gir now prints all directories and their hashes in the version file and
comments; useful now that gstreamer-rs is being generated from both
gir-files/ and gst-gir-files/ submodules.
2021-04-01 15:58:41 +02:00
..
src Update gir and regenerate with extended gir-dirs comments 2021-04-01 15:58:41 +02:00
tests Update gir and regenerate with extended gir-dirs comments 2021-04-01 15:58:41 +02:00
build.rs Update gir and regenerate with extended gir-dirs comments 2021-04-01 15:58:41 +02:00
Cargo.toml Regenerate gstreamer-gl-{egl,wayland,x11} sys Cargo.toml 2021-02-12 09:44:04 +02:00
Gir.toml Gir.toml: Drop unused/renamed girs_dir in favour of gir -d 2021-04-01 15:53:23 +02:00
README.md gstreamer-gl: Fix/extend cargo metadata and add README.md for new EGL/Wayland/X11 sub-crates 2020-11-29 11:42:24 +02:00

gstreamer-sys crates.io pipeline status

GStreamer (OpenGL library, X11 support) 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.