• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-9,2628,113

tests/H03-May-2022-3,1903,132

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

CHANGELOG.mdH A D29-Nov-197352 KiB1,106997

COPYRIGHTH A D29-Nov-19731.2 KiB2418

Cargo.tomlH A D01-Jan-19702.2 KiB9176

Cargo.toml.orig-cargoH A D29-Nov-19731.7 KiB8064

Gir.tomlH A D29-Nov-19735.2 KiB274256

LICENSEH A D29-Nov-19731,023 2421

README.mdH A D29-Nov-19731.5 KiB3221

build.rsH A D29-Nov-1973555 1911

README.md

1# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
2
3[GStreamer](https://gstreamer.freedesktop.org/) FFI bindings for Rust.
4
5These bindings are providing unsafe FFI API that can be used to interface with
6GStreamer. Generally they are meant to be used as the building block for
7higher-level abstractions like:
8
9  * Bindings for GStreamer applications and plugins: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
10  * Various GStreamer plugins written in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
11
12The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
13based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
14API metadata provided by the GStreamer project.
15
16## LICENSE
17
18gstreamer-sys and all crates contained here are licensed under the MIT
19license ([LICENSE](LICENSE) or http://opensource.org/licenses/MIT).
20
21GStreamer itself is licensed under the Lesser General Public License version
222.1 or (at your option) any later version:
23https://www.gnu.org/licenses/lgpl-2.1.html
24
25## Contribution
26
27Any kinds of contributions are welcome as a pull request.
28
29Unless you explicitly state otherwise, any contribution intentionally submitted
30for inclusion in gstreamer-rs by you shall be licensed under the MIT license as above,
31without any additional terms or conditions.
32