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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2021-05-13Update repository URL for gtk-rs "core" cratesSebastian Dröge
2021-05-05fallbackswitch: Fix compilation after gstreamer API changesSebastian Dröge
2021-04-27rename ToGlib into IntoGlibBilal Elmoussaoui
2021-04-25Update for Value trait refactoringSebastian Dröge
2021-04-20manual fixes remove get prefix round 2François Laignel
2021-04-20fallbackswitch: update base/aggregator*François Laignel
2021-04-20fix-getters-calls 0.3.0 passFrançois Laignel
2021-04-20fix-getters-def 0.3.0 passFrançois Laignel
2021-04-13fallbackswitch: update base/aggregator*François Laignel
2021-04-13post fix-getters manual updatesFranç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
2021-03-19gst: don't use volatile to mean atomicMatthew Waters
2021-03-09Update for the subclassing glib/gstreamer bindings API changesSebastian Dröge
2021-03-08fallbackswitch: Update bundled aggregator bindings with glib subclass API cle...Sebastian Dröge
2021-03-07Update for new #[glib::object_subclass] attribute macroSebastian Dröge
2021-02-22Update for changed GLib signals APISebastian Dröge
2021-02-09Fix various warnings from clippy 1.50Sebastian Dröge
2021-02-04fallbackswitch: Fix draining of the backup pad.Jan Schmidt
2021-01-31Use gst::PARAM_FLAG_MUTABLE_PLAYING and others consistently everywhereSebastian Dröge
2021-01-25Update for glib/gstreamer bindings API changesSebastian Dröge
2021-01-19fallbackswitch,togglerecord: Don't apply clipped PTS to buffer DTSSeungha Yang
2021-01-07togglerecord: Update recording state on EOSSeungha Yang
2021-01-04use cargo-c to produce cdy and static libsGuillaume Desmottes
2020-12-31togglerecord: Also check for flushing at the top of the chain functionSebastian Dröge
2020-12-31togglerecord: Check for flushing when the main stream waits for the other str...Sebastian Dröge
2020-12-20Update for macro renamesSebastian Dröge
2020-12-18Update everything for glib macro renamingsSebastian Dröge
2020-12-17Update for new simplified glib::Object::new() APISebastian Dröge
2020-12-11fallbackswitch: Reset fallback pad state on remove.Jan Schmidt
2020-12-11fallbackswitch: Document return parameters for get_next_buffer()Jan Schmidt
2020-12-11fallbackswitch: Use pad as the debug objectJan Schmidt
2020-12-11fallbackswitch: Move health checks to the OutputState.Jan Schmidt
2020-12-11fallbackswitch: Update for upstream changesJan Schmidt
2020-12-11fallbackswitch: Add manual stream control modeJan Schmidt
2020-12-11fallbacksrc: Fallback to videotestsrc if image fallback URI is invalidSeungha Yang
2020-12-05Remove various unneeded unwrapsSebastian Dröge
2020-11-23utils: Update to 2018 editionSebastian Dröge
2020-11-19Update for ObjectImpl::get_property() being infallible nowSebastian Dröge
2020-11-19Fix or silence various clippy warningsSebastian Dröge
2020-11-16meson: add support for static buildGuillaume Desmottes
2020-11-15utils: Update for subclassing API changesSebastian Dröge
2020-11-07Update for glib_wrapper! API changesSebastian Dröge
2020-11-05fallbackswitch: Update local version of aggregator bindingsSebastian Dröge
2020-11-02fallbacksrc: Don't give up to running even if segment event is unavailable on...Seungha Yang
2020-11-01Switch to the combined gtk-rs and gstreamer-rs repositoriesSebastian Dröge
2020-10-30fallbacksrc: Add statistics propertySeungha Yang
2020-10-21fallbacksrc: Ignore buffering message of restart was scheduledSeungha Yang
2020-10-21fallbacksrc: Clear exisiting pad probe on restartingSeungha Yang