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
path: root/utils
AgeCommit message (Expand)Author
2022-08-11tracers: queue_levels.py: cycle colorsSebastian Dröge
2022-08-09tracers: Enable PipelineSnapshot only for unix targetSeungha Yang
2022-08-09tracers: buffer_lateness.py: cycle colorsGuillaume Desmottes
2022-07-21Update per glib::SignalBuilder changesBilal Elmoussaoui
2022-07-21tracers: queue-levels: Fix analysis script if only a single plot should be cr...Sebastian Dröge
2022-07-21tracers: queue-levels: Add support for multiqueue and queue2Sebastian Dröge
2022-07-20tracers: queue_levels: log when file is being writtenGuillaume Desmottes
2022-07-20tracers: buffer_lateness: log when file is being writtenGuillaume Desmottes
2022-07-20tracers: queue-levels: Output bytes/buffers/time graphs in separate plotsSebastian Dröge
2022-07-19tracers: Add new tracer for logging the lateness of each buffer when it leave...Sebastian Dröge
2022-07-19tracers: Add queue levels tracer and Python script for plottingSebastian Dröge
2022-07-11Simplify Formatted value handlingFrançois Laignel
2022-06-28Fix a couple of new 1.62 clippy warningsSebastian Dröge
2022-06-15fallbackswitch: Remove unused libc dependency/featureSebastian Dröge
2022-06-15fallbackswitch: fix gap processing regressionMathieu Duponchelle
2022-06-06uriplaylistbin: Update to more-asserts 0.3Sebastian Dröge
2022-06-03fallbacksrc: Add fallback-{audio,video}-caps propertiesSeungha Yang
2022-06-02fallbackswitch: Reset timeout_clock_id on timeoutJan Alexander Steffens (heftig)
2022-06-02fallbackswitch: Use cancel_timeout in schedule_timeoutJan Alexander Steffens (heftig)
2022-05-30uriplaylistbin: disable more testsGuillaume Desmottes
2022-05-25fallbackswitch: Recheck active_sinkpad after schedule_timeoutJan Alexander Steffens (heftig)
2022-05-23add snapshotting tracerGuillaume Desmottes
2022-05-12fallbackswitch: Move active_sinkpad out of State into its own MutexJan Alexander Steffens (heftig)
2022-04-22uriplaylistbin: fix number of streaming itemsGuillaume Desmottes
2022-04-22uriplaylistbin: implement Debug on StateGuillaume Desmottes
2022-04-18fallbackswitch: Fix racy manual switching testVivia Nikolaidou
2022-04-14fallbackswitch: Remove a redundant pad state unlock/lockSebastian Dröge
2022-04-14fallbackswitch: Set end running time as current running time once a buffer ha...Sebastian Dröge
2022-04-14fallbackswitch: Don't configure a framerate in the testSebastian Dröge
2022-04-14fallbackswitch: Explictly set priority of pads in the testSebastian Dröge
2022-04-14fallbackswitch: Log affected pad when scheduling buffer waiting for itSebastian Dröge
2022-04-14fallbackswitch: Only update the output running time if it's increasingSebastian Dröge
2022-04-14fallbackswitch: Only drop raw audio/video buffers if they're trailingSebastian Dröge
2022-04-14fallbackswitch: Improve some debug outputsSebastian Dröge
2022-04-14fallbackswitch: Fix clipping of buffers against the output running timeSebastian Dröge
2022-04-14fallbackswitch: Clip buffers against the segmentSebastian Dröge
2022-04-14fallbackswitch: Improve debug output of clock times and simplify some codeSebastian Dröge
2022-04-13uriplaylistbin: disable more testsGuillaume Desmottes
2022-04-12fallbacksrc: Don't forward manual flush events to downstreamSeungha Yang
2022-04-12fallbacksrc: Unflush downstream pads of the source after shutting down everyt...Sebastian Dröge
2022-04-12fallbacksrc: Remove imagefreeze if it becomes unneededSebastian Dröge
2022-04-11fallbackswitch: Minor cleanup in get_sync_timeVivia Nikolaidou
2022-04-11fallbacksrc: Don't panic when shutting down the source and there are source p...Sebastian Dröge
2022-04-11fallbacksrc: Reset state in fallbacksrc custom source also if changing the st...Sebastian Dröge
2022-04-11fallbackswitch: Notify active-pad without state lock heldVivia Nikolaidou
2022-04-08fallbacksrc: Request the main pad first from fallbackswitchSebastian Dröge
2022-04-08fallbackswitch: Only notify active-pad property on state changes if it actual...Sebastian Dröge
2022-04-08fallbackswitch: Rename debug category from fallback-switch to fallbackswitchSebastian Dröge
2022-04-08fallbacksrc: Connect to `notify::active-pad` after requesting padsSebastian Dröge
2022-04-08uriplaylistbin: skip missing_http testGuillaume Desmottes