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
path: root/utils
AgeCommit message (Expand)Author
2023-05-09Update version to 0.10.7Sebastian Dröge
2023-04-06Update versions to 0.10.6Sebastian Dröge
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-19Update versions to 0.10.50.10.5Sebastian Dröge
2023-03-14Update versions to 0.10.4Sebastian Dröge
2023-03-10livesync: Support variable framerate in fallback buffer duration calcTalha Khan
2023-03-10uriplaylistbin: reset element when switching back to NULLGuillaume Desmottes
2023-03-02Update versions to 0.10.3Sebastian 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-23Update versions to 0.10.2Sebastian Dröge
2023-02-13Update versions to 0.10.1Sebastian Dröge
2023-02-10Add versions to local dependenciesSebastian Dröge
2023-02-10Update to gtk-rs-core 0.17, gtk4-rs 0.6 and gstreamer-rs 0.20 branchesSebastian Dröge
2023-02-10Update versions to 0.10.0Sebastian 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-25Fix various new clippy warningsSebastian Dröge
2023-01-22Update for various deprecated APIsSebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
2023-01-17livesync: fix late-threshold property min valueGuillaume Desmottes
2023-01-16Update for `gtk::Application` constructor API changesSebastian Dröge
2023-01-15Update for caps/structure-related string API changesSebastian Dröge
2023-01-05Fix some clippy warningsSebastian Dröge
2023-01-05Update for API changesSebastian Dröge
2022-12-16livesync: Fix versionSebastian Dröge
2022-12-14Add livesync pluginJan Alexander Steffens (heftig)
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-11-22tracer: buffer-lateness: Fix compilation after minor API changeSebastian Dröge
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Remove `&` for `obj` in log macrosFrançois Laignel
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-22Various minor cleanupsSebastian Dröge
2022-10-21Take advantage of `Into<Option<_>>` argsFrançois Laignel
2022-10-20fallbacksrc: Don't configure conversion elements for normal streamSeungha Yang
2022-10-19fallbacksrc: Fix for imagefreeze framerate setupSeungha Yang
2022-10-19fallbacksrc: Drop QoS event while pad is blockedSeungha Yang