GStreamer bindings for Rust
Go to file
2017-09-15 00:37:22 +03:00
docs Fixup documentation and work around rust-stripper bug 2017-08-31 12:13:44 +03:00
examples Update versions to 0.8.1 2017-09-14 21:55:28 +03:00
gir-files Update GstPlayer-1.0.gir for corrected annotations 2017-08-08 11:09:25 +03:00
gstreamer Update CHANGELOG.md for 0.8.1 2017-09-15 00:37:22 +03:00
gstreamer-app Update CHANGELOG.md for 0.8.1 2017-09-15 00:37:22 +03:00
gstreamer-audio Update CHANGELOG.md for 0.8.1 2017-09-15 00:37:22 +03:00
gstreamer-player Update CHANGELOG.md for 0.8.1 2017-09-15 00:37:22 +03:00
gstreamer-video Update CHANGELOG.md for 0.8.1 2017-09-15 00:37:22 +03:00
.gitignore Remove Cargo.lock 2017-09-01 13:53:17 +03:00
.travis.yml Fix pkg-config prefix for travis 2017-08-18 13:13:56 +03:00
Cargo.toml GstPlayer: make it build and add simple example 2017-08-11 15:42:28 +03:00
Gir_Gst.toml Ignore some now generated functions for which we have manual implementations 2017-08-31 12:13:44 +03:00
Gir_GstApp.toml Add signal connectors for property notifications 2017-08-18 17:43:55 +03:00
Gir_GstAudio.toml Explicitely ignore native endianness audio formats 2017-08-10 10:51:22 +03:00
Gir_GstPlayer.toml Remove traits for things that are not subclassed 2017-08-17 14:50:25 +03:00
Gir_GstVideo.toml Add VideoOverlay bindings 2017-08-11 15:03:16 +03:00
LICENSE-APACHE Add README.md 2017-08-01 19:27:56 +03:00
LICENSE-MIT Add README.md 2017-08-01 19:27:56 +03:00
README.md Add README.md to all crate subdirectories 2017-09-01 12:09:12 +03:00

gstreamer-rs crates.io Build Status

GStreamer bindings for Rust. Documentation can be found here.

These bindings are providing a safe API that can be used to interface with GStreamer, e.g. for writing GStreamer-based applications.

For background and motivation, see the announcement blogpost.

The bindings (since 0.8.0) are autogenerated with gir based on the GObject-Introspection API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually written and the repository can be found here. The API of the two is incompatible.

A crate for writing GStreamer plugins in Rust can be found here: https://github.com/sdroege/gst-plugin-rs

LICENSE

gstreamer-rs and all crates contained in here are licensed under either of

at your option.

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, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.