GStreamer bindings for Rust
Go to file
2017-08-08 11:08:16 +03:00
gir-files Update gstreamer-player-sys GIR file for correct annotations/types 2017-08-08 11:08:16 +03:00
gstreamer-app-sys Regenerate with latest gir 2017-07-21 15:13:47 +03:00
gstreamer-audio-sys Regenerate with latest gir 2017-07-21 15:13:47 +03:00
gstreamer-base-sys Regenerate with latest gir 2017-07-21 15:13:47 +03:00
gstreamer-pbutils-sys Regenerate with latest gir 2017-07-21 15:13:47 +03:00
gstreamer-player-sys Update gstreamer-player-sys GIR file for correct annotations/types 2017-08-08 11:08:16 +03:00
gstreamer-sys Update Gst-1.0.gir and regenerate 2017-07-28 17:33:06 +01:00
gstreamer-tag-sys Regenerate with latest gir 2017-07-21 15:13:47 +03:00
gstreamer-video-sys Regenerate with latest gir 2017-07-21 15:13:47 +03:00
.travis.yml Install libgstreamer-plugins-base1.0-dev for Travis 2017-04-09 13:41:27 +03:00
Cargo.lock Add gstreamer-player-1.0 sys bindings 2017-08-01 14:15:06 +01:00
Cargo.toml Add gstreamer-player-1.0 sys bindings 2017-08-01 14:15:06 +01:00
Gir_Gst.toml Renegerate gstreamer-sys 2017-04-05 17:28:50 +03:00
Gir_GstApp.toml Add GstApp bindings 2017-04-13 20:37:30 +03:00
Gir_GstAudio.toml Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00
Gir_GstBase.toml Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00
Gir_GstPbutils.toml Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00
Gir_GstPlayer.toml Update gstreamer-player-sys GIR file for correct annotations/types 2017-08-08 11:08:16 +03:00
Gir_GstTag.toml Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00
Gir_GstVideo.toml Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00
LICENSE Renegerate gstreamer-sys 2017-04-05 17:28:50 +03:00
README.md Fix project name in README.md 2017-08-01 19:26:47 +03:00

gstreamer-sys

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