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
path: root/utils
AgeCommit message (Expand)Author
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-22Various minor cleanupsSebastian Dröge
2022-10-21Take advantage of `Into<Option<_>>` argsFrançois Laignel
2022-10-20fallbacksrc: Don't configure conversion elements for normal streamSeungha Yang
2022-10-19fallbacksrc: Fix for imagefreeze framerate setupSeungha Yang
2022-10-19fallbacksrc: Drop QoS event while pad is blockedSeungha Yang
2022-10-19Update everything for element factory builder API changesSebastian Dröge
2022-10-18fallbacksrc: Configure clocksyncSeungha Yang
2022-10-18fallbacksrc: Don't use fallback caps to normal streamSeungha Yang
2022-10-18Use new format constructorsFrançois Laignel
2022-10-14plugins: Use .into() instead of gst::Fraction::new() where applicableVivia Nikolaidou
2022-10-13plugins, examples, tutorials: Use AudioCapsBuilder and VideoCapsBuilderVivia Nikolaidou
2022-10-12Update for pad default functions API changesSebastian Dröge
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-10-08Use `GFV::none_for_format` where applicableFrançois Laignel
2022-10-07Update for glib::Object::new() API changesSebastian Dröge
2022-10-05fallbacksrc: Always restart the fallback stream on EOS and make sure to EOS a...Sebastian Dröge
2022-10-04fallbacksrc: Retry fallback stream on errors tooSebastian 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-29examples: Update to clap 4Sebastian Dröge
2022-09-27uriplaylistbin: Port example from structopt to clapSebastian Dröge
2022-09-27fallbacksrc: Implement support for fallback streamsSebastian Dröge
2022-09-27fallbackswitch: Make sure to flush/reset pads during pad (de)activationSebastian Dröge
2022-09-27fallbackswitch: Flush and deactivate pads before releasing themSebastian Dröge
2022-09-27fallbackswitch: Fix lock order problem between state and stream lockSebastian Dröge
2022-09-24tracers: Fix documentation comment using gtk-doc styleThibault Saunier
2022-09-05togglerecord: Port example to GTK 4Jordan Petridis
2022-09-05fallbackswitch: Port the example to GTK 4Jordan Petridis
2022-09-05Update for GLib ParamSpec builder API changesSebastian Dröge
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-22plugins: Simplify code using ParamSpecBuilderVivia Nikolaidou
2022-08-17Fix build after glib SignalBuilder::param_types() API changeSebastian Dröge
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-21Update per glib::SignalBuilder changesBilal Elmoussaoui
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-07-11Simplify Formatted value handlingFrançois Laignel
2022-06-28Fix a couple of new 1.62 clippy warningsSebastian Dröge
2022-06-15fallbackswitch: Remove unused libc dependency/featureSebastian Dröge