You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lately, when trying to compile on MacOS, I am getting this error
Compiling gstreamer-video v0.17.2
error[E0599]: no function or associated item named `new` found for struct `DeviceProviderMetadata` in the current scope
--> src/device_provider/imp.rs:52:52
|
52 | gst::subclass::DeviceProviderMetadata::new("NewTek NDI Device Provider",
| ^^^ function or associated item not found in `DeviceProviderMetadata`
Using:
gstreamer v 1.18.4
NDI SDK 5.0
MacOS 10.15.7
It used to compile a few weeks ago.
Thanks for this plugin!
The text was updated successfully, but these errors were encountered:
Lately, when trying to compile on MacOS, I am getting this error
Using:
It used to compile a few weeks ago.
Thanks for this plugin!
The text was updated successfully, but these errors were encountered: