gst-plugins-rs/net/ndi/src
Jan Beich 9aeaac5a96 ndi: provide Unix fallback after 3fe9e4a207
error[E0425]: cannot find value `LIBRARY_NAME` in this scope
   --> net/ndi/src/ndisys.rs:336:23
    |
336 |             path.push(LIBRARY_NAME);
    |                       ^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find value `LIBRARY_NAME` in this scope
   --> net/ndi/src/ndisys.rs:339:33
    |
339 |             path::PathBuf::from(LIBRARY_NAME)
    |                                 ^^^^^^^^^^^^ not found in this scope
2022-11-05 02:51:28 +00:00
..
device_provider Fix various new clippy warnings 2022-11-01 10:27:48 +02:00
ndisink Fix various new clippy warnings 2022-11-01 10:27:48 +02:00
ndisinkcombiner Move from imp.instance() to imp.obj() 2022-10-23 23:08:46 +03:00
ndisrc Fix various new clippy warnings 2022-11-01 10:27:48 +02:00
ndisrcdemux Move from imp.instance() to imp.obj() 2022-10-23 23:08:46 +03:00
lib.rs ndi: Add NDI plugin to the docs 2022-10-12 22:25:13 +03:00
ndi.rs ndi: Implement dynamic loading of the NDI SDK 2022-10-12 22:09:53 +03:00
ndisinkmeta.rs ndi: Relicense plugin from LGPL-2.1 to MPL-2 2022-10-12 21:29:07 +03:00
ndisrcmeta.rs ndi: Relicense plugin from LGPL-2.1 to MPL-2 2022-10-12 21:29:07 +03:00
ndisys.rs ndi: provide Unix fallback after 3fe9e4a207 2022-11-05 02:51:28 +00:00