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
path: root/utils
AgeCommit message (Expand)Author
2022-06-07uriplaylistbin: Update to more-asserts 0.3Sebastian Dröge
2022-06-07uriplaylistbin: disable more testsGuillaume Desmottes
2022-04-26Update versions to 0.8.40.8.4Sebastian Dröge
2022-04-22uriplaylistbin: fix number of streaming itemsGuillaume Desmottes
2022-04-22uriplaylistbin: implement Debug on StateGuillaume Desmottes
2022-04-22uriplaylistbin: disable more testsGuillaume Desmottes
2022-04-08uriplaylistbin: skip missing_http testGuillaume Desmottes
2022-04-08uriplaylistbin: break reference cycleGuillaume Desmottes
2022-04-08uriplaylistbin: remove useless uridecodebin cloneGuillaume Desmottes
2022-04-08uriplaylistbin: add Status::ShuttingDownGuillaume Desmottes
2022-04-08uriplaylistbin: replace errored with Status enumGuillaume Desmottes
2022-04-08uridecodebin: stop using crossbeam_channelGuillaume Desmottes
2022-04-08fallbackswitch: Add missing requires_privateJan Alexander Steffens (heftig)
2022-04-01uriplaylistbin: remove pad probe when shutting downGuillaume Desmottes
2022-03-28uriplaylistbin: handle waiting items no longer being setGuillaume Desmottes
2022-03-28uriplaylistbin: fix deadlock when shutting downGuillaume Desmottes
2022-03-28uriplaylistbin: fix race when handling topology changeGuillaume Desmottes
2022-03-21fallbacksrc: Flush source before restarting on errorsSebastian Dröge
2022-03-08Update versions to 0.8.3Sebastian Dröge
2022-03-08fallbacksrc: Disconnect signals on ReadyToNullSeungha Yang
2022-03-08fallbacksrc: Changing the URI of the video fallback is supported in NULL stateSebastian Dröge
2022-03-08uriplaylistbin: display invalid state when panicingGuillaume Desmottes
2022-03-03fallbackswitch: properly handle GAP eventsGuillaume Desmottes
2022-03-03fallbackswitch: factor out handle_main_timed_item()Guillaume Desmottes
2022-03-03fallbackswitch: add support for buffers without ptsGuillaume Desmottes
2022-03-02fallbackswitch: export GEnum used in propertiesGuillaume Desmottes
2022-03-02uriplaylistbin: disable test deadlockingGuillaume Desmottes
2022-02-21Update versions to 0.8.2Sebastian Dröge
2022-02-04Update versions to 0.8.1Sebastian Dröge
2022-02-04Update to parking_lot 0.12 and hrtf 0.8Sebastian Dröge
2022-01-18Rename `self_` variables to `imp` for consistencySebastian Dröge
2022-01-18Replace `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-15Switch to 0.15 branches of gtk-rs, and 0.18 of gstreamer-rs and provide a ver...Sebastian 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