GStreamer bindings for Rust
Go to file
Sebastian Dröge a9cf1769a0 gir-files: Update to 1.17.2.1
This should be approximately the same as 1.17.90.
2020-08-11 12:46:52 +03:00
ci ci: use images from gstreamer-rs 2020-04-27 13:17:38 +02:00
gir@60cbef0540 Update gir 2020-07-05 22:43:52 +03:00
gir-files gir-files: Update to 1.17.2.1 2020-08-11 12:46:52 +03:00
gstreamer-app-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-audio-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-base-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-check-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-editing-services-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-gl-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-mpegts-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-net-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-pbutils-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-player-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-rtp-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-rtsp-server-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-rtsp-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-sdp-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-tag-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-video-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
gstreamer-webrtc-sys Update versions to 0.10.0 2020-07-06 11:21:58 +03:00
.gitignore Remove Cargo.lock 2017-09-01 13:54:12 +03:00
.gitlab-ci.yml ci: check commit using ci-fairy 2020-06-15 10:32:48 +02:00
.gitmodules Add gir submodule and automatic build script 2017-12-03 20:45:55 +02:00
Cargo.toml Generate bindings for gstreamer-rtp 2019-08-12 23:48:06 +02:00
deny.toml deny: fail on multiple versions 2020-04-28 12:19:21 +02:00
DEVELOPMENT.md Add DEVELOPMENT.md 2020-04-30 19:07:44 +03:00
generator.py Run cargo fmt as part of generator.py 2019-06-18 13:07:49 +03:00
Gir_Gst.toml Ignore GST_STIMEP_FORMAT / GST_TIMEP_FORMAT 2020-07-06 08:59:50 +03:00
Gir_GstApp.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstAudio.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstBase.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstCheck.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstEditingServices.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstGL.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstMpegts.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstNet.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstPbutils.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstPlayer.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstRtp.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstRtsp.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstRtspServer.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstSdp.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstTag.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstVideo.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
Gir_GstWebRTC.toml Update 1.18 version to 1.17.2 2020-07-06 08:52:44 +03:00
LICENSE Renegerate gstreamer-sys 2017-04-05 17:28:50 +03:00
README.md Update README.md for new scope of gstreamer-rs and gst-plugins-rs 2018-12-13 19:34:18 +02:00

NOTE: The canonical repository for gstreamer-sys has moved to freedesktop.org GitLab!

gstreamer-sys crates.io pipeline status

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