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
AgeCommit message (Expand)Author
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-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-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-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-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-07-21Update per glib::SignalBuilder changesBilal Elmoussaoui
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
2022-06-15fallbackswitch: fix gap processing regressionMathieu Duponchelle
2022-06-03fallbacksrc: Add fallback-{audio,video}-caps propertiesSeungha Yang
2022-06-02fallbackswitch: Reset timeout_clock_id on timeoutJan Alexander Steffens (heftig)
2022-06-02fallbackswitch: Use cancel_timeout in schedule_timeoutJan Alexander Steffens (heftig)
2022-05-25fallbackswitch: Recheck active_sinkpad after schedule_timeoutJan Alexander Steffens (heftig)
2022-05-12fallbackswitch: Move active_sinkpad out of State into its own MutexJan Alexander Steffens (heftig)
2022-04-18fallbackswitch: Fix racy manual switching testVivia Nikolaidou
2022-04-14fallbackswitch: Remove a redundant pad state unlock/lockSebastian Dröge