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 (Collapse)Author
2023-10-30Use let-else instead of match for weak reference upgradesSebastian Dröge
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1375>
2023-08-02utils: fix further to glib change ControlFlow -> PropagationFrançois Laignel
See: https://github.com/gtk-rs/gtk-rs-core/pull/1144 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1292>
2023-07-06Adapt to removal of glib::InhibitBilal Elmoussaoui
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1270>
2023-07-06Adapt to glib::Continue renameBilal Elmoussaoui
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1268>
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
Specifically, get rid of now unneeded `&`.
2023-01-27Return exit code from `gio::Application::run()` from `main()`Sebastian Dröge
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1065>
2023-01-25Fix various new clippy warningsSebastian Dröge
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1062>
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
And set properties as part of object construction wherever it makes sense.
2022-09-05togglerecord: Port example to GTK 4Jordan Petridis
2022-01-15Re-license LGPL-2.1 plugins to MPL-2Sebastian Dröge
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/168
2021-11-08adapt to ObjectExt improvementsBilal Elmoussaoui
2021-11-06Update for GLib/GStreamer API changesSebastian Dröge
And clean up a lot of related property/caps/structure code.
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
Timeouts now use std::time::Duration instead of plain integers.
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
See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/532
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