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-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
2023-06-06uriplaylistbin: use thiserrorGuillaume Desmottes
2023-06-05uriplaylistbin: example: display iterationsGuillaume Desmottes
2023-06-05uriplaylistbin: prevent deadlock when notifying property changesGuillaume Desmottes
2023-06-05uriplaylistbin: example display when leaving because of eosGuillaume Desmottes
2023-05-17fallbacksrc: Don't apply fallback-audio-caps to the main audio streamSeungha Yang
2023-05-15fallbackswitch: document the pad priority orderingGuillaume Desmottes
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-04-04fallbacksrc: Don't check caps when linking to the fallbackswitchSebastian Dröge
2023-04-04uriplaylistbin: example: add queuesGuillaume Desmottes
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-03-09Update for `gst::Element::link_many()` and related API generalizationSebastian Dröge
2023-03-08uriplaylistbin: reset element when switching back to NULLGuillaume Desmottes
2023-02-28tracers: queue_levels: add appsrc supportGuillaume Desmottes