Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-07ts-jitterbuffer: set jbuf delay when instantiating itMathieu Duponchelle
2022-06-07threadshare: fix build on WindowsTim-Philipp Müller
2022-04-26Update versions to 0.8.40.8.4Sebastian Dröge
2022-03-28ts: log max throttling when creating ContextFrançois Laignel
2022-03-28ts/jitterbuffer: don't wake up immediately...François Laignel
2022-03-28ts/rt/Task: use light weight executor blocking on ack or join handleFrançois Laignel
2022-03-28ts/rt/Task: awake the iteration loop when it needs to be abortedFrançois Laignel
2022-03-28ts/examples: add rtp mode with jitter-buffer & trace stop durationFrançois Laignel
2022-03-21Use SPDX license format in Cargo.tomlSebastian Dröge
2022-03-08Update versions to 0.8.3Sebastian Dröge
2022-03-08generic/threadshare: fix for nightly buildFrançois Laignel
2022-02-21Update versions to 0.8.2Sebastian Dröge
2022-02-04Update versions to 0.8.1Sebastian Dröge
2022-01-18Replace `Foo::from_instance(foo)` with `foo.imp()`Sebastian Dröge
2022-01-15Add SPDX-License-Identifier to all file headers0.8.0Sebastian Dröge
2022-01-15Switch to 0.15 branches of gtk-rs, and 0.18 of gstreamer-rs and provide a ver...Sebastian Dröge
2022-01-14Ignore `clippy::non_send_fields_in_send_ty` lintSebastian Dröge
2022-01-12Fix various clippy warningsSebastian Dröge
2022-01-05ts/runtime/scheduler: check must_awake before sleepingFrançois Laignel
2022-01-05ts/runtime: rewrite runnable loopFrançois Laignel
2022-01-02sodium: Port examples to clap 3Sebastian Dröge
2021-12-25ts/executor: relax the static bound on `enter`François Laignel
2021-12-25ts/executor: replace tokio with smol-like implementationFrançois Laignel
2021-12-25ts/runtime: shuffle some structs to dedicated modulesFrançois Laignel
2021-12-25ts/runtime: use a directory for executor moduleFrançois Laignel
2021-12-25ts: migrate most tests so that they don't use tokioFrançois Laignel
2021-12-22threadshare: remove unused importGuillaume Desmottes
2021-12-02Fix a couple of new clippy warningsSebastian Dröge
2021-12-01Fix compilation after `gst::Pad::sticky_events_foreach` API changesSebastian Dröge
2021-11-30Fix or silence various new 1.57 clippy warningsSebastian Dröge
2021-11-22Update for `glib::Enum` / `glib::Boxed` / `glib::flags!` macro renamesSebastian Dröge
2021-11-21Update for GLib signal `emit_by_name()` API changesSebastian Dröge
2021-11-20Update for glib constructor renamesSebastian Dröge
2021-11-17ts: update tokio fork for RUSTSEC-2021-0124François Laignel
2021-11-15Add new fmp4 plugin with muxers for ISO fragmented MP4, DASH and CMAF containersSebastian Dröge
2021-11-08adapt to ObjectExt improvementsBilal Elmoussaoui
2021-11-06Update for GLib/GStreamer API changesSebastian Dröge
2021-10-31Update to Rust edition 2021 and minimum supported Rust version to 1.56Sebastian Dröge
2021-10-23Update for GstObjectImpl API changeSebastian Dröge
2021-10-18Improve usability thanks to opt-opsFrançois Laignel
2021-10-14Update to pretty-assertions 1.0Sebastian Dröge
2021-09-30ts: runtime: add delay_for_at_leastFrançois Laignel
2021-08-11Add capi feature to all plugin cratesSebastian Dröge
2021-07-30Fix various needless-borrow clippy warnings and othersSebastian Dröge
2021-07-20Delete minimum GStremer required version for some pluginsRuben Gonzalez
2021-07-09Update versions to 0.8.0 for the master branchSebastian Dröge
2021-07-09Update versions to 0.7.0Sebastian Dröge
2021-06-05fix clippy warningsFrançois Laignel
2021-06-05generic: migrate to new ClockTime designFrançois Laignel
2021-06-03use gst::glib where applicableFrançois Laignel