gstreamer-rs/gstreamer-pbutils-sys
Sebastian Dröge b88cfe5685 Remove gitlab badges from Cargo.toml
These only work with gitlab.com and not other instances.
2019-02-22 10:05:29 +02:00
..
src Fix tests and enable them on CI 2018-11-11 18:06:27 +02:00
tests Fix tests and enable them on CI 2018-11-11 18:06:27 +02:00
build.rs Update to gstreamer 1.14.0 2018-03-20 10:42:53 +02:00
Cargo.toml Remove gitlab badges from Cargo.toml 2019-02-22 10:05:29 +02:00
CHANGELOG.md Update CHANGELOG.md for 0.7.0 2019-02-22 09:57:27 +02:00
LICENSE Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00
README.md Update README.md for new scope of gstreamer-rs and gst-plugins-rs 2018-12-13 19:34:18 +02:00

NOTE: The canonical repository for gstreamer-sys has moved to freedesktop.org GitLab!

gstreamer-sys crates.io pipeline status

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