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
2022-01-31Update to parking_lot 0.12 and hrtf 0.8Sebastian Dröge
2022-01-22Simplify some code around event/query viewsSebastian Dröge
2022-01-19Update for event/message/query view API changesSebastian Dröge
2022-01-17Rename `self_` variables to `imp` for consistencySebastian Dröge
2022-01-17Replace `Foo::from_instance(foo)` with `foo.imp()`Sebastian Dröge
2022-01-15Re-license LGPL-2.1 plugins to MPL-2Sebastian Dröge
2022-01-15Update versions to 0.9.0Sebastian Dröge
2022-01-14Ignore `clippy::non_send_fields_in_send_ty` lintSebastian Dröge
2022-01-03uriplaylistbin: fix license when registering pluginGuillaume Desmottes
2021-12-22uriplaylistbin: add properties reporting the current state of the playlistGuillaume Desmottes
2021-12-22uriplaylistbin: prevent overflow panic with infinite playlistGuillaume Desmottes
2021-12-22uriplaylistbin: factor out create_items()Guillaume Desmottes
2021-12-20utils/togglerecord: fix race condition in sink_chain when segment is pendingFrançois Laignel
2021-12-20utils/togglerecord: fix race condition checking other streams EOS stateFrançois Laignel
2021-12-14togglerecord: Handle stream-start event after EOSVivia Nikolaidou
2021-12-09fallbacksrc: Actually calculate running times of segment start/stop if the PT...Sebastian Dröge
2021-12-02Fix a couple of new clippy warningsSebastian Dröge
2021-12-01uriplaylistbin: Remove unnecessary `&` to fix clippy warningSebastian Dröge
2021-12-01Fix compilation after `gst::Pad::sticky_events_foreach` API changesSebastian Dröge
2021-11-30Fix or silence various new 1.57 clippy warningsSebastian Dröge
2021-11-29add uriplaylistbin pluginGuillaume Desmottes
2021-11-22Update for `glib::Enum` / `glib::Boxed` / `glib::flags!` macro renamesSebastian Dröge
2021-11-21Update for GLib signal `emit_by_name()` API changesSebastian Dröge
2021-11-20Update for glib constructor renamesSebastian Dröge
2021-11-19fallbackswitch: Correct immediate-fallback default valueJan Alexander Steffens (heftig)
2021-11-08adapt to ObjectExt improvementsBilal Elmoussaoui
2021-11-06Update for GLib/GStreamer API changesSebastian Dröge
2021-10-31Update to Rust edition 2021 and minimum supported Rust version to 1.56Sebastian Dröge
2021-10-23Update for GstObjectImpl API changeSebastian Dröge
2021-10-18Improve usability thanks to opt-opsFrançois Laignel
2021-10-17fallbackswitch: Remove bundled aggregator copy and require GStreamer 1.18Sebastian Dröge
2021-10-17Update for event API changesSebastian Dröge
2021-10-12Update for glib::source_remove() removalSebastian Dröge
2021-10-04togglerecord: Add is-live modeVivia Nikolaidou
2021-10-04togglerecord: Fix lock orderingVivia Nikolaidou
2021-09-08Clean up clippy warnings and CI configurationSebastian Dröge
2021-08-27togglerecord: Notify main_stream_cond on release_padVivia Nikolaidou
2021-08-17Update for fallible Object::set_property_from_str()Sebastian Dröge
2021-08-11Add capi feature to all plugin cratesSebastian Dröge
2021-08-04fallbackswitch: only drop MISSING_DATA gap events pre queueMathieu Duponchelle
2021-07-30Fix various needless-borrow clippy warnings and othersSebastian Dröge
2021-07-09Update versions to 0.8.0 for the master branchSebastian Dröge
2021-07-09Update versions to 0.7.0Sebastian Dröge
2021-06-30fallbacksrc: update-uri is not an action signalMathieu Duponchelle
2021-06-30fallbacksrc: add support for still images as primaryMathieu Duponchelle
2021-06-30fallbacksrc: implement manual unblocking featureMathieu Duponchelle
2021-06-30fallbacksrc: implement send_event to forward EOSMathieu Duponchelle
2021-06-30fallbacksrc: send EOS on fallback-only streamMathieu Duponchelle
2021-06-30fallbackswitch: output buffers ASAP at startupMathieu Duponchelle
2021-06-05fix clippy warningsFrançois Laignel