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:
authorArun Raghavan <arun@asymptotic.io>2021-09-10 12:17:46 +0300
committerArun Raghavan <arun@asymptotic.io>2021-09-10 12:17:46 +0300
commitc515ee5a019c787bc6cda496d0d3d754b7570c33 (patch)
tree566fa2250f047d8607932f669d183883d1f8b9b2 /README.md
parente61bfa1ea9a1f383cb0e035025c7243806c50dc3 (diff)
Update README with recently added plugins
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d2b4fadd..6067c130c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,8 @@ You will find the following plugins in this repository:
[reqwest](https://github.com/seanmonstar/reqwest) library.
- `rusoto`: A source and sink plugin to talk to the Amazon S3 object
- storage system using the [Rusoto](https://rusoto.org) library.
+ storage system, as well as an element wrapping the AWS Transcriber
+ service using the [Rusoto](https://rusoto.org) library.
* `audio`
- `audiofx`: Plugins to apply audio effects to a stream (such as adding
@@ -52,15 +53,34 @@ You will find the following plugins in this repository:
- `dav1d`: AV1 decoder based on the
[dav1d](https://code.videolan.org/videolan/dav1d) library.
+ - `ffv1`: FFV1 decoder based on the
+ [ffv1](https://github.com/rust-av/ffv1) library.
+
- `flavors`: FLV demuxer based on the
[flavors](https://github.com/rust-av/flavors) library.
- `gif`: A GIF encoder based on the
[gif](https://github.com/image-rs/image-gif) library.
+ - `hsv`: Elements to work with video data in hue, saturation, value form.
+
+ - `png`: PNG encoder based on the
+ [png](https://github.com/image-rs/image-png) library.
+
- `rav1e`: AV1 encoder based on the [rav1e](https://github.com/xiph/rav1e)
library.
+ - `webp`: WebP decoder based on the
+ [libwebp-sys-2](https://github.com/qnighy/libwebp-sys2-rs) library.
+
+ * `text`
+ - `json`: A plugin to convert a stream of JSON objects to a higher level
+ wrapped NDJSON output.
+
+ - `regex`: A regular expression text filter plugin.
+
+ - `wrap`: A plugin to perform text wrapping with hyphenation.
+
* `utils`
- `fallbackswitch`: Aggregator element that allows falling back to a
different sink pad after a timeout.