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
2023-11-10Update versions to 0.9.12Sebastian Dröge
2023-11-10livesync: Remove the stop from outgoing segmentsJan Alexander Steffens (heftig)
2023-11-10livesync: Keep existing buffer duration in some casesJan Alexander Steffens (heftig)
2023-11-10livesync: Split fallback_duration into in_ and out_durationJan Alexander Steffens (heftig)
2023-11-10livesync: display jitter when waiting on clockGuillaume Desmottes
2023-11-10livesync: log new pending segmentsGuillaume Desmottes
2023-11-10livesync: example: Add identities single-segment=1Jan Alexander Steffens (heftig)
2023-11-10livesync: Use fallback_duration for audio repeat buffers as wellJan Alexander Steffens (heftig)
2023-11-10livesync: Separate out_buffer duplicate status from GAP flagJan Alexander Steffens (heftig)
2023-11-10livesync: Handle flags and late buffer patching after queueingJan Alexander Steffens (heftig)
2023-11-10livesync: Simplify num_duplicate countingJan Alexander Steffens (heftig)
2023-11-10livesync: Move num_in counting to the src taskJan Alexander Steffens (heftig)
2023-11-10livesync: Move a notify closer to the interesting state changeJan Alexander Steffens (heftig)
2023-11-10livesync: Replace an if-let with matchJan Alexander Steffens (heftig)
2023-11-10livesync: Clean up state handlingJan Alexander Steffens (heftig)
2023-11-10livesync: Log a category error when we are missing the segmentJan Alexander Steffens (heftig)
2023-11-10livesync: Improve audio duration fixupsJan Alexander Steffens (heftig)
2023-11-10livesync: Simplify start_src_task and src_loopJan Alexander Steffens (heftig)
2023-11-10livesync: Rename activatemode methods to *_activatemodeJan Alexander Steffens (heftig)
2023-09-20fallbackswitch: protect src pad stream lock using Condgstreamer-1.22.6Guillaume Desmottes
2023-09-20fallbackswitch: prevent deadlocks in chain functionGuillaume Desmottes
2023-09-20fallbackswitch: ensure strict ordering when taking mutexesGuillaume Desmottes
2023-07-20Update version to 0.9.11Sebastian Dröge
2023-07-19fallbackswitch: Change the threshold for trailing buffersJan Schmidt
2023-07-19fallbackswitch: Fix pad health calculation and notifiesJan Schmidt
2023-07-05togglerecord: Clip segment before calculating timestamp/durationVivia Nikolaidou
2023-07-05togglerecord: Error out if main stream buffer has no valid running timeVivia Nikolaidou
2023-07-05livesync: Wait for the end timestamp of the previous buffer before looking at...Sebastian Dröge
2023-07-05livesync: Improve EOS handlingJan Alexander Steffens (heftig)
2023-06-19fallbackswitch: add 'stop-on-eos' propertyGuillaume Desmottes
2023-06-19fallbackswitch: remove unused SinkState::eosGuillaume Desmottes
2023-06-19fallbackswitch: log when handling eventsGuillaume Desmottes
2023-06-19Use MPL as license specifier for plugins only requiring GStreamer < 1.20Sebastian Dröge
2023-06-06uriplaylistbin: use thiserrorGuillaume Desmottes
2023-06-06uriplaylistbin: example: display iterationsGuillaume Desmottes
2023-06-06uriplaylistbin: example display when leaving because of eosGuillaume Desmottes
2023-06-06uriplaylistbin: prevent deadlock when notifying property changesGuillaume Desmottes
2023-05-18fallbacksrc: Don't apply fallback-audio-caps to the main audio streamSeungha Yang
2023-05-18fallbackswitch: document the pad priority orderingGuillaume Desmottes
2023-04-05git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-04-05fallbacksrc: Don't check caps when linking to the fallbackswitchSebastian Dröge
2023-04-05uriplaylistbin: example: add queuesGuillaume Desmottes
2023-04-05livesync: Actually assume zero upstream latency when query failsVivia Nikolaidou
2023-03-14livesync: Support variable framerate in fallback buffer duration calcTalha Khan
2023-03-14uriplaylistbin: reset element when switching back to NULLGuillaume Desmottes
2023-03-02Update versions to 0.9.10Sebastian Dröge
2023-03-02tracers: queue_levels: add appsrc supportGuillaume Desmottes
2023-03-02livesync: Correctly calculate fallback buffer duration from framerateSebastian Dröge
2023-02-09Update versions to 0.9.9Sebastian Dröge
2023-02-09livesync: Document State's fieldsJan Alexander Steffens (heftig)