GStreamer bindings for Rust
Go to file
Philippe Normand 7326377f5f examples: app*: refactor error enum to a utils module
The module also contains create_element, link_elements and set_state functions
to help reduce boilerplate.
2017-08-04 15:09:29 +03:00
docs Make GstApp bindings compile 2017-08-01 14:52:54 +01:00
examples examples: app*: refactor error enum to a utils module 2017-08-04 15:09:29 +03:00
gir-files Make GstApp bindings compile 2017-08-01 14:52:54 +01:00
gstreamer Regenerate code with new GIR and suppress various clippy warnings in generated code 2017-08-03 21:56:39 +03:00
gstreamer-app Regenerate code with new GIR and suppress various clippy warnings in generated code 2017-08-03 21:56:39 +03:00
Cargo.lock Enable Date tag and GDataTime support for GstDateTime 2017-08-02 11:39:37 +03:00
Cargo.toml Make GstApp bindings compile 2017-08-01 14:52:54 +01:00
Gir_Gst.toml Add autogenerated GstContext functions 2017-08-02 20:46:39 +03:00
Gir_GstApp.toml Regenerate code with new GIR and suppress various clippy warnings in generated code 2017-08-03 21:56:39 +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 2017-08-01 19:27:56 +03:00

gstreamer-rs

GStreamer bindings for Rust.

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 are autogenerated with gir based on the GObject-Introspection API metadata provided by the GStreamer project.

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.