gstreamer-rs/gstreamer-base/sys
2024-03-19 09:57:38 +02:00
..
src Regenerate with latest gir / gir files 2024-03-19 09:57:38 +02:00
tests Regenerate with latest gir 2023-08-29 06:36:38 +00:00
build.rs Regenerate with latest gir 2023-05-04 09:19:29 +03:00
Cargo.toml Use workspace features for common deps 2024-02-03 10:48:37 +01:00
CHANGELOG.md gstreamer-*/CHANGELOG.md use symlinks 2021-06-29 15:45:58 +02:00
COPYRIGHT Add COPYRIGHT file as links into all crates and change LICENSE files to links too 2020-12-16 12:49:49 +02:00
Gir.toml Add v1_24 feature flag everywhere 2023-04-06 21:08:51 +03:00
LICENSE Add COPYRIGHT file as links into all crates and change LICENSE files to links too 2020-12-16 12:49:49 +02:00
README.md Change default branch from master to main 2022-01-16 16:15:48 +02:00

gstreamer-sys crates.io pipeline status

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