Merge pull request #87 from teltek/fixed_doc

fixed doc
This commit is contained in:
Samuel Alonso Rodriguez 2021-11-12 13:11:33 +01:00 committed by GitHub
commit c05f2bca27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,8 @@ export GST_PLUGIN_PATH=`pwd`/target/debug
gst-inspect-1.0 ndi
```
By defult GStreamer 1.16 is required, to use only GStreamer 1.12 instead of 1.16, pass `--disable-default-features` to cargo. Only a subset of video formats is supported with this GStreamer version.
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.