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
AgeCommit message (Expand)Author
2024-01-16livesync: properly format jitter in debug logsGuillaume Desmottes
2023-12-04use new debug and parse APIGuillaume Desmottes
2023-11-02Update for `gst::Rank` API changesSebastian 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-08-10Update versions to 0.12.0-alpha.1Sebastian Dröge
2023-08-09Don't generate .def files for pluginsSebastian Dröge
2023-07-19Update minimum supported Rust version to 1.70Sebastian Dröge
2023-07-06Use re-exported once_cellBilal Elmoussaoui
2023-07-06Adapt to glib::Continue renameBilal Elmoussaoui
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-05-12use Pad builders for optional name definitionFrançois Laignel
2023-04-14Make sure to keep around and drop bus watches after usage in all the examplesSebastian Dröge
2023-04-04git: replace LICENSE file symlinks with copiesTim-Philipp Müller
2023-03-31livesync: Actually assume zero upstream latency when query failsVivia Nikolaidou
2023-03-10livesync: Support variable framerate in fallback buffer duration calcTalha Khan
2023-02-28livesync: Correctly calculate fallback buffer duration from framerateSebastian Dröge
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-02-09livesync: Document State's fieldsJan Alexander Steffens (heftig)
2023-02-09livesync: Improve formattingJan Alexander Steffens (heftig)
2023-02-09livesync: Fix log message capitalizationJan Alexander Steffens (heftig)
2023-02-09livesync: Extract LiveSync::flow_errorJan Alexander Steffens (heftig)
2023-02-09livesync: Extract audio_info_from_capsJan Alexander Steffens (heftig)
2023-02-09livesync: Move single segment propJan Alexander Steffens (heftig)
2023-02-09livesync: Fix queueingJan Alexander Steffens (heftig)
2023-01-30livesync: Only resend segment if not in single-segment modeJan Alexander Steffens (heftig)
2023-01-27Return exit code from `gio::Application::run()` from `main()`Sebastian Dröge
2023-01-17livesync: fix late-threshold property min valueGuillaume Desmottes
2022-12-16livesync: Fix versionSebastian Dröge
2022-12-14Add livesync pluginJan Alexander Steffens (heftig)