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-10-30Use let-else instead of match for weak reference upgradesSebastian Dröge
2023-08-02utils: fix further to glib change ControlFlow -> PropagationFrançois Laignel
2023-07-06Adapt to removal of glib::InhibitBilal Elmoussaoui
2023-07-06Adapt to glib::Continue renameBilal Elmoussaoui
2023-04-14Make sure to keep around and drop bus watches after usage in all the examplesSebastian Dröge
2023-03-09Update for `gst::Element::link_many()` and related API generalizationSebastian 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-16Update for `gtk::Application` constructor API changesSebastian Dröge
2022-10-22Various minor cleanupsSebastian Dröge
2022-10-19Update everything for element factory builder API changesSebastian Dröge
2022-09-05togglerecord: Port example to GTK 4Jordan Petridis
2022-01-15Re-license LGPL-2.1 plugins to MPL-2Sebastian Dröge
2021-11-08adapt to ObjectExt improvementsBilal Elmoussaoui
2021-11-06Update for GLib/GStreamer API changesSebastian Dröge
2021-10-12Update for glib::source_remove() removalSebastian Dröge
2021-08-17Update for fallible Object::set_property_from_str()Sebastian Dröge
2021-06-05utils: migrate to new ClockTime designFrançois Laignel
2021-06-03use gst::glib where applicableFrançois Laignel
2021-04-25Update for Value trait refactoringSebastian Dröge
2021-04-20fix-getters-calls 0.3.0 passFrançois Laignel
2021-04-12fix-getters-{def,calls} passFrançois Laignel
2021-04-12examples: gtk::Application::new() is not fallible anymoreSebastian Dröge
2021-04-08examples: Update for gio::Application::run() API simplificationSebastian Dröge
2020-11-23utils: Update to 2018 editionSebastian Dröge
2020-09-14examples: Update for glib API changesSebastian Dröge
2020-08-27Use glib::timeout_add_local() instead of removed gtk::timeout_add()Sebastian Dröge
2020-06-25event,message,query: update instantiationFrançois Laignel
2020-06-16Update for new_with_XXX/new_from_XXX function renamingSebastian Dröge
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan