gstreamer-rs/gstreamer-play/sys
2023-01-24 13:01:05 +02:00
..
src Regenerate with latest gir files 2023-01-24 12:50:26 +02:00
tests Regenerate with latest gir/gir-files/gst-gir-files 2022-12-09 17:37:01 +02:00
build.rs Regenerate with latest gir 2022-11-12 17:40:16 +02:00
Cargo.toml Require GStreamer 1.22.0 instead of 1.21.0 when selecting v1_22 2023-01-24 13:01:05 +02:00
CHANGELOG.md Introduce gstreamer-play 2022-05-24 06:55:12 +00:00
COPYRIGHT Introduce gstreamer-play 2022-05-24 06:55:12 +00:00
Gir.toml Generate only a single versions file for sys crates too 2022-10-18 18:15:01 +03:00
LICENSE Introduce gstreamer-play 2022-05-24 06:55:12 +00:00
README.md Introduce gstreamer-play 2022-05-24 06:55:12 +00:00

gstreamer-sys crates.io pipeline status

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