gstreamer-rs/gstreamer-base/sys
Marijn Suijten 666ea908a5 Revert "Gir.toml: Drop unused/renamed girs_dir in favour of gir -d"
This reverts commit 7f9fcb09e2.

`generator.py` is in the process of being moved to a generic place in
the `gir` repository for reuse across crates.  This means `-d` cannot be
passed for our GStreamer-specific `gst-gir-files` directory anymore, and
should be configured from `Gir.toml` instead.
2021-04-23 21:59:33 +02:00
..
src regen: relaxed get fn identification 2021-04-20 18:18:02 +02:00
tests regen: relaxed get fn identification 2021-04-20 18:18:02 +02:00
build.rs regen: relaxed get fn identification 2021-04-20 18:18:02 +02:00
Cargo.toml Regenerate with gir to update system-deps dependency and get rid of clippy warning in the ABI tests 2021-02-10 13:11:49 +02:00
CHANGELOG.md Move sys crates into subdirectories of the non-sys crates 2020-10-30 18:06:07 +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 Revert "Gir.toml: Drop unused/renamed girs_dir in favour of gir -d" 2021-04-23 21:59:33 +02: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 Update repository URLs 2020-10-30 18:35:52 +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.