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-12-18Update versions to 0.11.3Sebastian Dröge
2023-12-18fallbacksrc: Fix timeout schedulingSeungha Yang
2023-12-18uriplaylistbin: Fix new clippy warningSebastian Dröge
2023-11-11Update versions to 0.11.2Sebastian Dröge
2023-11-10Use let-else instead of match for weak reference upgradesSebastian 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-11-10Clean up usage of pad probesSebastian Dröge
2023-10-04Update versions to 0.11.1Sebastian Dröge
2023-10-04Update gst-plugin-version-helper version requirement to 0.8Sebastian Dröge
2023-09-20fallbackswitch: protect src pad stream lock using CondGuillaume Desmottes
2023-09-20fallbackswitch: prevent deadlocks in chain functionGuillaume Desmottes
2023-09-20fallbackswitch: ensure strict ordering when taking mutexesGuillaume Desmottes
2023-08-10Add version to gst-plugin-gtk4 dependenciesSebastian Dröge
2023-08-10Add version to the gst-plugin-version-helper dependencySebastian Dröge
2023-08-09Update dependencies to release branches of gtk-rs / gtk4-rs / gstreamer-rsSebastian Dröge
2023-08-09Update versions to 0.11.0Sebastian 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