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-06-13fallbackswitch: log when handling eventsGuillaume Desmottes
2023-05-17fallbacksrc: Don't apply fallback-audio-caps to the main audio streamSeungha Yang
2023-05-15fallbackswitch: document the pad priority orderingGuillaume Desmottes
2023-05-12use Pad builders for optional name definitionFrançois Laignel
2023-04-14Make sure to keep around and drop bus watches after usage in all the examplesSebastian Dröge
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-04-04fallbacksrc: Don't check caps when linking to the fallbackswitchSebastian Dröge
2023-03-09Update for `gst::Element::link_many()` and related API generalizationSebastian Dröge
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-27Return exit code from `gio::Application::run()` from `main()`Sebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-22Update for various deprecated APIsSebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
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