25142fc3b5
It is easy to forget to add the final comma in the last item in the workspace member list, thus the current heuristic breaks the Cargo.toml parsing. Instead of trying to append the gir item, it is inserted at position end-2, avoiding the previous described situation. |
||
---|---|---|
gir@da6ce06a84 | ||
gir-files | ||
gstreamer-app-sys | ||
gstreamer-audio-sys | ||
gstreamer-base-sys | ||
gstreamer-mpegts-sys | ||
gstreamer-net-sys | ||
gstreamer-pbutils-sys | ||
gstreamer-player-sys | ||
gstreamer-rtsp-server-sys | ||
gstreamer-rtsp-sys | ||
gstreamer-sdp-sys | ||
gstreamer-sys | ||
gstreamer-tag-sys | ||
gstreamer-video-sys | ||
gstreamer-webrtc-sys | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
Cargo.toml | ||
generator.py | ||
Gir_Gst.toml | ||
Gir_GstApp.toml | ||
Gir_GstAudio.toml | ||
Gir_GstBase.toml | ||
Gir_GstMpegts.toml | ||
Gir_GstNet.toml | ||
Gir_GstPbutils.toml | ||
Gir_GstPlayer.toml | ||
Gir_GstRtsp.toml | ||
Gir_GstRtspServer.toml | ||
Gir_GstSdp.toml | ||
Gir_GstTag.toml | ||
Gir_GstVideo.toml | ||
Gir_GstWebRTC.toml | ||
LICENSE | ||
README.md |
gstreamer-sys
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:
- Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs
- Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs
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.