GStreamer bindings for Rust
Go to file
2018-03-20 12:29:32 +02:00
gir@81a781f2e8 Regenerate everything with latest gir 2018-02-07 18:49:22 +02:00
gir-files Update gir-files to gstreamer 1.14.0 release 2018-03-20 10:32:49 +02:00
gstreamer-app-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-audio-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-base-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-mpegts-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-net-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-pbutils-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-player-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-rtsp-server-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-rtsp-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-sdp-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-tag-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-video-sys Update versions to 0.6.0 2018-03-20 12:05:52 +02:00
gstreamer-webrtc-sys Add README.md for webrtc library 2018-03-20 12:29:32 +02:00
.gitignore Remove Cargo.lock 2017-09-01 13:54:12 +03:00
.gitmodules Add gir submodule and automatic build script 2017-12-03 20:45:55 +02:00
.travis.yml Update .travis.yml for 1.14 patches 2018-03-20 11:40:52 +02:00
Cargo.toml Add gstreamer-webrtc-sys 2018-03-15 12:18:06 +02:00
generator.py Add gir submodule and automatic build script 2017-12-03 20:45:55 +02:00
Gir_Gst.toml Renegerate gstreamer-sys 2017-04-05 17:28:50 +03:00
Gir_GstApp.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstAudio.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstBase.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstMpegts.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstNet.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstPbutils.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstPlayer.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstRtsp.toml Add bindings for GStreamer Sdp, Rtsp and RtspServer libraries 2018-02-09 11:32:26 +02:00
Gir_GstRtspServer.toml Add bindings for GStreamer Sdp, Rtsp and RtspServer libraries 2018-02-09 11:32:26 +02:00
Gir_GstSdp.toml Add bindings for GStreamer Sdp, Rtsp and RtspServer libraries 2018-02-09 11:32:26 +02:00
Gir_GstTag.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstVideo.toml Use external_libraries rename feature of GIR 2018-02-09 11:32:33 +02:00
Gir_GstWebRTC.toml Add gstreamer-webrtc-sys 2018-03-15 12:18:06 +02:00
LICENSE Renegerate gstreamer-sys 2017-04-05 17:28:50 +03:00
README.md Fix typo in sdroege/gst-plugin-rs repo 2017-10-30 09:33:21 +01:00

gstreamer-sys crates.io Build 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.