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-12-04use new debug and parse APIGuillaume Desmottes
2023-10-30Use let-else instead of match for weak reference upgradesSebastian Dröge
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-02-28tracers: queue_levels: add appsrc supportGuillaume Desmottes
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
2022-11-22tracer: buffer-lateness: Fix compilation after minor API changeSebastian Dröge
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-19Update everything for element factory builder API changesSebastian Dröge
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-10-04build: Update versions to be 0.9.0-alpha.1Nirbheek Chauhan
2022-10-02tracers: queue-levels: Update for `gst::TracerImpl` API changesSebastian Dröge
2022-09-24tracers: Fix documentation comment using gtk-doc styleThibault Saunier
2022-09-04Update minimum supported Rust version to 1.63Sebastian Dröge
2022-08-30Allow "unused_doc_comments" as we use hotdoc and not rustdocThibault Saunier
2022-08-30Generate plugins documentation using hotdocThibault Saunier
2022-08-11tracers: queue_levels.py: cycle colorsSebastian Dröge
2022-08-09tracers: Enable PipelineSnapshot only for unix targetSeungha Yang
2022-08-09tracers: buffer_lateness.py: cycle colorsGuillaume Desmottes
2022-07-21tracers: queue-levels: Fix analysis script if only a single plot should be cr...Sebastian Dröge
2022-07-21tracers: queue-levels: Add support for multiqueue and queue2Sebastian Dröge
2022-07-20tracers: queue_levels: log when file is being writtenGuillaume Desmottes
2022-07-20tracers: buffer_lateness: log when file is being writtenGuillaume Desmottes
2022-07-20tracers: queue-levels: Output bytes/buffers/time graphs in separate plotsSebastian Dröge
2022-07-19tracers: Add new tracer for logging the lateness of each buffer when it leave...Sebastian Dröge
2022-07-19tracers: Add queue levels tracer and Python script for plottingSebastian Dröge
2022-05-23add snapshotting tracerGuillaume Desmottes