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
2022-04-22uriplaylistbin: fix number of streaming itemsGuillaume Desmottes
2022-04-22uriplaylistbin: implement Debug on StateGuillaume 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-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-08uriplaylistbin: display invalid state when panicingGuillaume Desmottes
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-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-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