diff --git a/README.md b/README.md index 1686801..8a3b972 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Thanks to GStreamer's flexibility and wide range of plugins, this enables many n * `glib` * `gstreamer` 1.19 or later. Most distributions do not package this version yet, so you may need to build from source -* Any GStreamer plugins that you want to use in your pipelines +* `gst-plugins-bad` (same version as `gstreamer`) and any other plugins that you want to use in your pipelines * `libnice` * A TLS library (usually installed by default, but you may need to install `openssl-dev` or similar on minimal Linux distributions) * A Rust toolchain ([rustup](https://rustup.rs/) is the easiest way to install one)