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/net/aws
AgeCommit message (Expand)Author
2023-03-31aws: Update to AWS SDK 0.55/0.25Sebastian Dröge
2023-03-16net/aws/transcriber: use two queues for sending transcript itemsFrançois Laignel
2023-03-16net/aws/transcriber: desambiguify SrcPad output items queueFrançois Laignel
2023-03-16net/aws/transcriber: fix translate lookaheadFrançois Laignel
2023-03-16net/aws/transcriber: rename prop transcript-lookahead & TranslationSrcPadFrançois Laignel
2023-03-14net/aws/transcriber: fix transcript-lookahead prop nickFrançois Laignel
2023-03-14net/aws/transcriber: translate: optional experimental translation tokenizationFrançois Laignel
2023-03-14net/aws/transcriber: add translation request src padsFrançois Laignel
2023-03-14Revert "aws: Temporarily enable the default features of the `test-with` crate"Sebastian Dröge
2023-03-14aws: Temporarily enable the default features of the `test-with` crateSebastian Dröge
2023-03-09net/aws/transcriber: fix eos not being sentFrançois Laignel
2023-03-09net/aws/transcriber: fix deadlock when the pipeline is interruptedFrançois Laignel
2023-03-07Fix a few new clippy warningsSebastian Dröge
2023-03-01net/aws/transcriber: use a TranscriberLoop structFrançois Laignel
2023-03-01net/aws/transcriber: own transcription itemsFrançois Laignel
2023-03-01net/aws: enqueue transcribed buffers within the ws loopFrançois Laignel
2023-03-01net/aws: use aws-sdk-transcribestreamingFrançois Laignel
2023-03-01net/aws: remove aws_ from the aws_transcribe* folder namesFrançois Laignel
2023-02-20Update minimum supported Rust version to 1.66Sebastian Dröge
2023-02-10Update to async-tungstenite 0.20Sebastian Dröge
2023-02-10Update versions to 0.11.0-alpha.1Sebastian Dröge
2023-02-09awss3sink: Add properties to set content-Type and content-disposition.rajneeshksoni
2023-02-03aws/s3hlssink: Fix deadlock on EOSSanchayan Maity
2023-02-03aws/s3hlssink: Use factory name when checking name of child elementSanchayan Maity
2023-01-27aws: Update to AWS SDK 0.54/0.24Sebastian Dröge
2023-01-25Fix various new clippy warningsSebastian Dröge
2023-01-24aws: s3hlssink: Fix the name of the hlssink child elementArun Raghavan
2023-01-21Move remaining plugins to `ParamSpec` buildersSebastian Dröge
2023-01-21Update for glib API changesSebastian Dröge
2023-01-14aws: Update to AWS SDK 0.53/0.23Sebastian Dröge
2023-01-05aws: Update to test-with 0.9Sebastian Dröge
2023-01-04awss3hlssink: Add stats property.rajneeshksoni
2022-12-18aws: Update to AWS SDK 0.52/0.22Sebastian Dröge
2022-12-13Fix various new clippy warningsSebastian Dröge
2022-12-11net: Update to async-tungstenite 0.19Sebastian Dröge
2022-11-25aws: Update to env_logger 0.10 for the testsSebastian Dröge
2022-11-15aws: s3sink: Treat stopping without EOS as an error for multipart uploadArun Raghavan
2022-11-02aws: Skip s3 test on Windows until we figure out why it times outArun Raghavan
2022-11-01Fix various new clippy warningsSebastian Dröge
2022-10-31aws: Update to aws 0.21/0.51Sebastian Dröge
2022-10-26aws: fix title in READMEGuillaume Desmottes
2022-10-24Update versions to 0.10.0-alpha.1Sebastian Dröge
2022-10-24Update to async-tungstenite 0.18Sebastian Dröge
2022-10-23Move from `imp.instance()` to `imp.obj()`Sebastian Dröge
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
2022-10-21Take advantage of `Into<Option<_>>` argsFrançois Laignel
2022-10-19Update everything for element factory builder API changesSebastian Dröge
2022-10-18Use new format constructorsFrançois Laignel
2022-10-18aws: Add a test for s3src/s3sinkArun Raghavan