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
AgeCommit message (Expand)Author
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-10-04Update versions to 0.11.1Sebastian Dröge
2023-10-04Update gst-plugin-version-helper version requirement to 0.8Sebastian Dröge
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-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)