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
2023-10-04threadshare: Fix docs typosSebastian Dröge
2023-10-04generic: threadshare: macOS fixesFrançois Laignel
2023-10-04generic: threadshare: port to polling 3.1.0François Laignel
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-04-10fix typosGuillaume Desmottes
2023-01-25Fix various new clippy warningsSebastian Dröge
2022-10-24ts/pad: use `gst::Pad` in handlers trait functions...François Laignel
2022-10-24ts/pad: don't pass self as ref in remaining handler traits functionsFrançois Laignel
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
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