7ac9534322
Otherwise we'll have to collect all failed items and push them back. Instead pop items one by one, and if one fails just push that single item back to the front. The previous code would've lost all items after the first one that failed |
||
---|---|---|
gst-plugin | ||
gst-plugin-audiofx | ||
gst-plugin-file | ||
gst-plugin-flv | ||
gst-plugin-http | ||
gst-plugin-simple | ||
gst-plugin-threadshare | ||
gst-plugin-togglerecord | ||
gst-plugin-tutorial | ||
.gitignore | ||
.gitlab-ci.yml | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-LGPLv2 | ||
LICENSE-MIT | ||
Makefile | ||
README.md |
NOTE: The canonical repository for gst-plugin-rs has moved to freedesktop.org GitLab!
gst-plugin-rs
Infrastructure for writing GStreamer plugins and elements in the Rust programming language, and a collection of various GStreamer plugins.
Documentation for the crate containing the infrastructure for writing
GStreamer plugins in Rust, gst-plugin
, can be found
here. The whole
API builds upon the application-side GStreamer bindings.
Check the README.md of that repository also for details about how to set-up
your development environment.
Various example plugins can be found in the GIT repository. A blog post series about writing GStreamer plugins/elements can be found here2.
For background and motivation, see the announcement blogpost and the follow-up blogposts 1, 2, 3. Note that the overall implementation has changed completely since those blogposts were written.
LICENSE
gst-plugin-rs and all crates contained in here that are not listed below are licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
gst-plugin-togglerecord is licensed under the Lesser General Public License (LICENSE-LGPLv2) version 2.1 or (at your option) any later version.
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 gst-plugin-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.