gstreamer-rs/gstreamer-player-sys
2017-10-01 15:08:00 +02:00
..
src Regenerate everything with latest GIR 2017-10-01 15:08:00 +02:00
build.rs Update gstreamer-player-sys GIR file for correct annotations/types 2017-08-08 11:08:16 +03:00
Cargo.toml Regenerate everything with latest GIR 2017-10-01 15:08:00 +02:00
CHANGELOG.md Add a CHANGELOG.md to all crates 2017-09-10 00:52:36 +03:00
LICENSE Add gstreamer-player-1.0 sys bindings 2017-08-01 14:15:06 +01:00
README.md Add README.md to all sub-crates 2017-09-10 00:32:23 +03:00

gstreamer-sys crates.io Build Status

GStreamer (Player 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.