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
2023-01-05Fix some clippy warningsSebastian Dröge
2023-01-05Update for API changesSebastian Dröge
2022-12-13Fix various new clippy warningsSebastian 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-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-22Various minor cleanupsSebastian Dröge
2022-10-19Update everything for element factory builder API changesSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-12Update for pad default functions API changesSebastian Dröge
2022-10-10Change *Impl trait methods to only take &self and not Self::Type in additionSebastian Dröge
2022-10-04build: Update versions to be 0.9.0-alpha.1Nirbheek Chauhan
2022-09-29examples: Update to clap 4Sebastian Dröge
2022-09-27uriplaylistbin: Port example from structopt to clapSebastian Dröge
2022-09-05Update for GLib ParamSpec builder API changesSebastian Dröge
2022-09-04Update minimum supported Rust version to 1.63Sebastian Dröge
2022-08-30Allow "unused_doc_comments" as we use hotdoc and not rustdocThibault Saunier
2022-08-30Generate plugins documentation using hotdocThibault Saunier
2022-08-22plugins: Simplify code using ParamSpecBuilderVivia Nikolaidou
2022-06-28Fix a couple of new 1.62 clippy warningsSebastian Dröge
2022-06-06uriplaylistbin: Update to more-asserts 0.3Sebastian Dröge
2022-05-30uriplaylistbin: disable more testsGuillaume Desmottes
2022-04-22uriplaylistbin: fix number of streaming itemsGuillaume Desmottes
2022-04-22uriplaylistbin: implement Debug on StateGuillaume Desmottes
2022-04-13uriplaylistbin: disable more testsGuillaume Desmottes
2022-04-08uriplaylistbin: skip missing_http testGuillaume Desmottes
2022-04-08Revert "Revert "uriplaylistbin: disable test deadlocking""Guillaume Desmottes
2022-04-08uriplaylistbin: break reference cycleGuillaume Desmottes
2022-04-08uriplaylistbin: remove useless uridecodebin cloneGuillaume Desmottes
2022-04-08Revert "uriplaylistbin: disable test deadlocking"Guillaume 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-07Update minimum supported GStreamer version to 1.14Sebastian Dröge
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-25uriplaylistbin: fix race when handling topology changeGuillaume Desmottes
2022-02-28Remove now unnecessary `Send+Sync` impls for element/etc subclassesSebastian Dröge
2022-02-28uriplaylistbin: disable test deadlockingGuillaume Desmottes
2022-02-22uriplaylistbin: display invalid state when panicingGuillaume Desmottes
2022-02-21Update to gst::_log_macro_François Laignel
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-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