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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-07-20 19:31:46 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-07-20 19:32:04 +0300
commit5ba1c98ae7448cf1723a74e105e58d44d94b18c3 (patch)
tree7939bdd5145bba1c19d8babba2b179a0eb3762ae /README.md
parent18f85a1543240996cbc21ccc905f04e6ce724b16 (diff)
README.md: Add various new plugins
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 046809f83..aea88723e 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,11 @@ You will find the following plugins in this repository:
- `aws`: Various elements for Amazon AWS services using the [AWS SDK](https://awslabs.github.io/aws-sdk-rust/) library
- `s3src`/`s3sink`: A source and sink element to talk to the Amazon S3 object storage system.
+ - `s3hlssink`: A sink element to store HLS streams on Amazon S3.
- `aws_transcriber`: an element wrapping the AWS Transcriber service.
+ - `raptorq`: Encoder/decoder element for RaptorQ RTP FEC mechanism.
+
* `audio`
- `audiofx`: Elements to apply audio effects to a stream
- `rsaudioecho`: a simple echo/reverb filter.
@@ -109,6 +112,17 @@ You will find the following plugins in this repository:
- `togglerecord`: Element to enable starting and stopping multiple streams together.
+ - `tracers`: Plugin with multiple tracers:
+ - `buffer-lateness`: Records lateness of buffers and the reported
+ latency for each pad in a CSV file. Contains a script for
+ visualization.
+ - `pipeline-snapshot`: Creates a .dot file of all pipelines in the
+ application whenever requested.
+ - `queue-levels`: Records queue levels for each queue in a CSV file.
+ Contains a script for visualization.
+
+ - `uriplaylistbin`: Helper bin to gaplessly play a list of URIs.
+
## Building
gst-plugins-rs relies on [cargo-c](https://github.com/lu-zero/cargo-c/) to