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-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
2020-10-21Fix ClockTime comparisons not being Ord and use saturating_subFrançois Laignel
2020-10-20Update for ClockId creation API changesSebastian Dröge
2020-10-10Update for gst::ClockId changesSebastian Dröge
2020-09-28utils/fallbacksrc: Add update-uri signalSebastian Dröge
2020-09-28utils/fallbackswitch: Use the correct segment when deciding to drop fallback ...Sebastian Dröge
2020-09-26utils/fallbacksrc: Remove custom source elements from internal bin when shutt...Sebastian 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-08-06utils/togglerecord: Fix timestamp tracking logic for partially overlapping ti...Sebastian Dröge
2020-08-05fallbackswitch: Consistently store running time in last_sinkpad_timeVivia Nikolaidou
2020-08-04utils/fallbacksrc: Remove pad probes before restarting the sourceSebastian Dröge
2020-08-04utils/fallbacksrc: Don't schedule a source restart timeout if the source is a...Sebastian Dröge
2020-08-04utils/fallbacksrc: Improve debug output related to pad probesSebastian Dröge
2020-08-03utils/fallbacksrc: Forward the state change return of custom sourcesSebastian Dröge
2020-08-03utils/fallbacksrc: Fix debug output in pad probe callbackSebastian Dröge
2020-07-30utils/fallbacksrc: Add a 1s queue between uridecodebin and clocksync and do b...Sebastian Dröge
2020-07-30utils/fallbacksrc: Fix fallback stream detection if only audio or video is en...Sebastian Dröge
2020-07-28Fix some new clippy warningsSebastian Dröge
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