2022-01-16 14:15:00 +00:00
|
|
|
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-audio-sys.svg)](https://crates.io/crates/gstreamer-audio-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
2017-09-09 21:23:38 +00:00
|
|
|
|
|
|
|
[GStreamer](https://gstreamer.freedesktop.org/) (Audio 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:
|
|
|
|
|
2018-12-13 17:34:18 +00:00
|
|
|
* Bindings for GStreamer applications and plugins: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
|
|
|
|
* Various GStreamer plugins written in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
|
2017-09-09 21:23:38 +00:00
|
|
|
|
|
|
|
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
|
|
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
|
|
|
API metadata provided by the GStreamer project.
|
|
|
|
|
|
|
|
## LICENSE
|
|
|
|
|
|
|
|
gstreamer-sys and all crates contained here are licensed under the MIT
|
|
|
|
license ([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.
|