gst-plugins-rs/gst-plugin-ndi/README.md

18 lines
356 B
Markdown
Raw Normal View History

2018-04-09 05:53:04 +00:00
TODO
====
2018-04-09 05:56:38 +00:00
See:
https://coaxion.net/blog/2018/01/how-to-write-gstreamer-elements-in-rust-part-1-a-video-filter-for-converting-rgb-to-grayscale/
https://coaxion.net/blog/2018/02/how-to-write-gstreamer-elements-in-rust-part-2-a-raw-audio-sine-wave-source/
2018-04-09 05:53:04 +00:00
Test
-------
```
cargo build
export GST_PLUGIN_PATH=`pwd`/target/debug
gst-inspect-1.0 ndisrc
```