gst-plugins-rs/net/ndi/src
Jan Beich bdb423e2b9 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

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/977>
2022-11-12 15:52:49 +00:00
..
device_provider Fix various new clippy warnings 2022-11-12 15:52:49 +00:00
ndisink Fix various new clippy warnings 2022-11-12 15:52:49 +00: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-12 15:52:49 +00: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-12 15:52:49 +00:00