GStreamer bindings for Rust
Go to file
Sebastian Dröge f05c60402b Add .travis.yml
2017-08-15 02:56:40 +03:00
docs GstPlayer: make it build and add simple example 2017-08-11 15:42:28 +03:00
examples Use byte-slice-cast trait instead of our own minimal version of it 2017-08-14 20:45:35 +03:00
gir-files Update GstPlayer-1.0.gir for corrected annotations 2017-08-08 11:09:25 +03:00
gstreamer Add push_list/chain_list functions to Pad 2017-08-14 22:24:54 +03:00
gstreamer-app gstreamer, gstreamer-app: fix Structure mutability 2017-08-11 15:42:28 +03:00
gstreamer-audio Use byte-slice-cast trait instead of our own minimal version of it 2017-08-14 20:45:35 +03:00
gstreamer-player Add more PlayerVideoOverlayVideoRenderer bindings 2017-08-13 20:22:29 +03:00
gstreamer-video Allow any Into<Fraction> for VideoInfo::fps() and VideoInfo::par() 2017-08-14 09:54:32 +03:00
.travis.yml Add .travis.yml 2017-08-15 02:56:40 +03:00
Cargo.lock Use byte-slice-cast trait instead of our own minimal version of it 2017-08-14 20:45:35 +03:00
Cargo.toml GstPlayer: make it build and add simple example 2017-08-11 15:42:28 +03:00
Gir_Gst.toml Add GstPadLinkCheck 2017-08-14 22:19:47 +03:00
Gir_GstApp.toml gstreamer, gstreamer-app: fix Structure mutability 2017-08-11 15:42:28 +03:00
Gir_GstAudio.toml Explicitely ignore native endianness audio formats 2017-08-10 10:51:22 +03:00
Gir_GstPlayer.toml GstPlayer: make it build and add simple example 2017-08-11 15:42:28 +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 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.