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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2023-01-21Update for glib API changesSebastian Dröge
2023-01-17livesync: fix late-threshold property min valueGuillaume Desmottes
2023-01-16Update for `gtk::Application` constructor API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2023-01-05Fix some clippy warningsSebastian Dröge
2023-01-05Update for API changesSebastian Dröge
2022-12-16livesync: Fix versionSebastian Dröge
2022-12-14Add livesync pluginJan Alexander Steffens (heftig)
2022-12-13Fix 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-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