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
2020-05-21utils/fallbacksrc: Schedule another timeout after the last buffering activitySebastian Dröge
2020-05-20utils/fallbacksrc: Don't error out if we just reached 100% buffering when the...Sebastian Dröge
2020-05-20utils/fallbacksrc: Set use-buffering=true on uridecodebin3 to actually get ne...Sebastian Dröge
2020-05-20utils/fallbacksrc: Block all currently unblocked pads when receiving the stre...Sebastian Dröge
2020-05-20utils/fallbacksrc: Try unblocking pads if a pad was removedSebastian Dröge
2020-05-20utils/fallbacksrc: Also handle gap events like buffers for blocking padsSebastian Dröge
2020-05-20utils/fallbacksrc: Use StreamsSelected message instead of StreamCollectionSebastian Dröge
2020-05-20utils/fallbacksrc: Add "source" property that allows to directly provide a so...Sebastian Dröge
2020-05-08togglerecord: Set the DISCONT flag on the first buffer after recording startsSebastian Dröge
2020-05-08togglerecord: Improve loggingSebastian Dröge
2020-05-08fallbackswitch/fallbacksrc: Ignore errors when shutting down the sourceSebastian Dröge
2020-05-08fallbackswitch/fallbackswitch: Don't convert buffer PTS/DTS twice to running ...Sebastian Dröge
2020-04-24Configure crate-type to cdylib/rlib consistently in Cargo.tomlSebastian Dröge
2020-04-24fallbackswitch: Clean up 1.18 aggregator compat codeSebastian Dröge
2020-04-24fallbackswitch: Add fallbacksource element that automatically retries playbac...Sebastian Dröge
2020-04-24Fix various new clippy warnings with clippy 1.43Sebastian Dröge
2020-04-16fix LGPL-2.1+ license in Cargo.tomlGuillaume Desmottes
2020-04-08fallbackswitch: Update aggregator and aggregator bindings from gstreamer git ...Sebastian Dröge
2020-04-08fallbackswitch: Switch from lazy_static to once_cellSebastian Dröge
2020-04-08Mark GMutex mutex guards as #[must_use]Sebastian Dröge
2020-04-05Drop gst-plugin- prefix in plugin directory nameArun Raghavan
2020-04-05Reorganise plugins into directories by functionArun Raghavan