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-10-12Update for pad default functions API changesSebastian Dröge
2022-10-12ts: better use of `imp` & `elem` args in `Pad{Sink,Src}Handler`sFrançois Laignel
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-09-13ts/scheduler: fix shutdownFrançois Laignel
2022-09-13ts/scheduler: improve tasks / io & timers polling balanceFrançois Laignel
2022-09-13ts/Task: don't drain sub tasks after state transition and iterationFrançois Laignel
2022-09-13ts/executor: clear the reactor instead of closing it...François Laignel
2022-09-13ts/timers: multiple improvementsFrançois Laignel
2022-09-13ts: add feature to add counters for performance evaluationFrançois Laignel
2022-09-13ts/standalone: multiple improvementsFrançois Laignel
2022-08-18ts/runtime: slight optimizations for sub tasks related operationsFrançois Laignel
2022-08-10ts/Task: split iterate into try_next and handle_itemFrançois Laignel
2022-08-10threadshare: Fix some new clippy beta warningsSebastian Dröge
2022-08-09ts/Task: return a future for state transitionsFrançois Laignel
2022-08-09ts/Task: spawn StateMachine on ts ContextFrançois Laignel
2022-08-09ts/scheduler: rename awake / wake_up as unparkFrançois Laignel
2022-08-09ts/Task: wake up after the triggering event is pushedFrançois Laignel
2022-06-30Fix/silence a couple new clippy warningsSebastian Dröge
2022-06-30ts/async_wrapper: remove fd from reactor before dropping its handleFrançois Laignel
2022-04-27threadshare: fix build on WindowsTim-Philipp Müller
2022-03-28ts: log max throttling when creating ContextFranç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-02-22generic/threadshare: fix for nightly buildFrançois Laignel
2022-02-21Update to gst::_log_macro_François Laignel
2022-01-15Add SPDX-License-Identifier to all file headersSebastian Dröge
2022-01-05ts/runtime/scheduler: check must_awake before sleepingFrançois Laignel
2022-01-05ts/runtime: rewrite runnable loopFrançois Laignel
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-10-18Improve usability thanks to opt-opsFrançois Laignel
2021-09-30ts: runtime: add delay_for_at_leastFrançois Laignel
2021-07-30Fix various needless-borrow clippy warnings and othersSebastian Dröge
2021-06-05generic: migrate to new ClockTime designFrançois Laignel
2021-04-12fix-getters-{def,calls} passFrançois Laignel
2021-03-08threadshare: Update for glib subclass API cleanupsSebastian Dröge
2020-12-20Update for macro renamesSebastian Dröge
2020-11-23generic: Update to 2018 editionSebastian Dröge
2020-11-19Fix or silence various clippy warningsSebastian Dröge
2020-11-15generic: Update for subclassing API changesSebastian Dröge
2020-10-21threadshare: runtime: simplify a function thanks to clippyFrançois Laignel
2020-10-21Fix ClockTime comparisons not being Ord and use saturating_subFrançois Laignel
2020-07-28Fix some new clippy warningsSebastian Dröge
2020-06-22Update to use the new pad builders for safely setting pad functionsSebastian Dröge
2020-05-30threadshare: simplify Pad{Src,Sink} implementationsFrançois Laignel
2020-05-25threadshare: fix Transition namingFrançois Laignel
2020-05-25threadshare: spawn StateMachine on the futures::executor::ThreadPoolFrançois Laignel