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
2024-01-16livesync: properly format jitter in debug logsGuillaume Desmottes
2023-12-22Fix a few new clippy 1.75 warningsSebastian Dröge
2023-12-04use new debug and parse APIGuillaume Desmottes
2023-11-15fallbacksrc: Fix timeout schedulingSeungha Yang
2023-11-13uriplaylistbin: Fix new clippy warningSebastian Dröge
2023-11-02Update for `gst::Rank` API changesSebastian Dröge
2023-10-30Use let-else instead of match for weak reference upgradesSebastian Dröge
2023-10-25livesync: Remove the stop from outgoing segmentsJan Alexander Steffens (heftig)
2023-10-25livesync: Keep existing buffer duration in some casesJan Alexander Steffens (heftig)
2023-10-25livesync: Split fallback_duration into in_ and out_durationJan Alexander Steffens (heftig)
2023-10-25livesync: display jitter when waiting on clockGuillaume Desmottes
2023-10-25livesync: log new pending segmentsGuillaume Desmottes
2023-10-25livesync: example: Add identities single-segment=1Jan Alexander Steffens (heftig)
2023-10-25livesync: Use fallback_duration for audio repeat buffers as wellJan Alexander Steffens (heftig)
2023-10-25livesync: Separate out_buffer duplicate status from GAP flagJan Alexander Steffens (heftig)
2023-10-25livesync: Handle flags and late buffer patching after queueingJan Alexander Steffens (heftig)
2023-10-25livesync: Simplify num_duplicate countingJan Alexander Steffens (heftig)
2023-10-25livesync: Move num_in counting to the src taskJan Alexander Steffens (heftig)
2023-10-25livesync: Move a notify closer to the interesting state changeJan Alexander Steffens (heftig)
2023-10-25livesync: Replace an if-let with matchJan Alexander Steffens (heftig)
2023-10-25livesync: Clean up state handlingJan Alexander Steffens (heftig)
2023-10-25livesync: Log a category error when we are missing the segmentJan Alexander Steffens (heftig)
2023-10-25livesync: Improve audio duration fixupsJan Alexander Steffens (heftig)
2023-10-25livesync: Simplify start_src_task and src_loopJan Alexander Steffens (heftig)
2023-10-25livesync: Rename activatemode methods to *_activatemodeJan Alexander Steffens (heftig)
2023-10-17Clean up usage of pad probesSebastian Dröge
2023-08-14fallbackswitch: protect src pad stream lock using CondGuillaume Desmottes
2023-08-14fallbackswitch: prevent deadlocks in chain functionGuillaume Desmottes
2023-08-14fallbackswitch: ensure strict ordering when taking mutexesGuillaume Desmottes
2023-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-08-02utils: fix further to glib change ControlFlow -> PropagationFrançois Laignel
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-11Remove unnecessary `mut` everywhereSebastian Dröge
2023-07-06Adapt to removal of glib::InhibitBilal Elmoussaoui
2023-07-06fallbackswitch: Change the threshold for trailing buffersJan Schmidt
2023-07-06fallbackswitch: Fix pad health calculation and notifiesJan Schmidt
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-07-06Adapt to glib::Continue renameBilal Elmoussaoui
2023-07-04togglerecord: Clip segment before calculating timestamp/durationVivia Nikolaidou
2023-06-30togglerecord: Error out if main stream buffer has no valid running timeVivia Nikolaidou
2023-06-26togglerecord: Change test_two_stream_close_open_nonlivein_liveout timeout to ...Vivia Nikolaidou
2023-06-21togglerecord: Fix nonlive inputs when element is started not recordingVivia Nikolaidou
2023-06-20livesync: Wait for the end timestamp of the previous buffer before looking at...Sebastian Dröge
2023-06-20livesync: Improve EOS handlingJan Alexander Steffens (heftig)
2023-06-14togglerecord: Add support for non-live inputsVivia Nikolaidou
2023-06-13fallbackswitch: add 'stop-on-eos' propertyGuillaume Desmottes
2023-06-13fallbackswitch: remove unused SinkState::eosGuillaume Desmottes
2023-06-13fallbackswitch: log when handling eventsGuillaume Desmottes
2023-06-07Use MPL as license specifier for plugins only requiring GStreamer < 1.20Sebastian Dröge