fixed Doc

This commit is contained in:
Samuel 2021-11-12 13:10:42 +01:00
parent 1818a5a7a2
commit 4a8848e5e9

View file

@ -52,7 +52,7 @@ export GST_PLUGIN_PATH=`pwd`/target/debug
gst-inspect-1.0 ndi
```
By defult GStreamer 1.18 is required, to use an older version. You can build with `$ cargo build --no-default-features --features whatever_you_want_to_enable_of_the_above_features`
By default GStreamer 1.18 is required, to use an older version. You can build with `$ cargo build --no-default-features --features whatever_you_want_to_enable_of_the_above_features`
If all went ok, you should see info related to the NDI element. To make the plugin available without using `GST_PLUGIN_PATH` it's necessary to copy the plugin to the gstreamer plugins folder.