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-07-26Update for removal of ObjectImpl::get_type_data()Sebastian Dröge
2020-07-10utils/fallbackswitch: Enable the v1_18 feature now that it existsSebastian Dröge
2020-07-10Add LICENSE files to each individual crateSebastian Dröge
2020-07-10utils/fallbacksrc: Proxy the uridecodebin3 buffer-duration propertySebastian Dröge
2020-07-08utils/fallbacksrc: Proxy the aggregator min-upstream-latency property as min-...Sebastian Dröge
2020-07-07fallbacksrc: Configure up to 5s of buffering on the fallback streamSebastian Dröge
2020-07-07utils/fallbackswitch: Allow buffers to be up to 40ms too late before consider...Sebastian Dröge
2020-07-06utils/fallbackswitch: Timeout the main stream if buffers were too late for to...Sebastian Dröge
2020-07-03utils/fallbacksrc: Add property to optionally restart the source on EOSSebastian Dröge
2020-07-03fallbacksrc: Refactor some code to reduce code duplicationSebastian Dröge
2020-07-02fallbackswitch: Report None as active-pad if we had no output yetSebastian Dröge
2020-07-02fallbacksrc: Differentiate between fallback and restart timeoutSebastian Dröge
2020-07-02fallbacksrc: add missing assignment to source_pending_timeoutMathieu Duponchelle
2020-07-02fallbacksrc: Unset ghost pad targets before removing from the elementSebastian Dröge
2020-07-01Update for Element::post_message() signature changeSebastian Dröge
2020-06-30Fix compilation after flags cleanupSebastian Dröge
2020-06-30Update various dependenciesSebastian Dröge
2020-06-29fallbacksrc: Try setting imagefreeze to live modeSebastian Dröge
2020-06-25Update for functions returning a Builder being renamed to builder() instead o...Sebastian Dröge
2020-06-25fallbacksrc: Create an `identity sync=true` if the new `clocksync` element ca...Sebastian Dröge
2020-06-25fallbacksrc: Mark internal source property for custom sources as write/constr...Sebastian Dröge
2020-06-25event,message,query: update instantiationFrançois Laignel
2020-06-23fallbacksrc: Use new proxy_pad_chain_function() support when building padsSebastian Dröge
2020-06-22Update to use the new pad builders for safely setting pad functionsSebastian Dröge
2020-06-16Update for new_with_XXX/new_from_XXX function renamingSebastian Dröge
2020-06-11use new constructor namesGuillaume Desmottes
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