teltek / gst-plugin-ndi

GStreamer NDI Plugin for Linux
GNU Lesser General Public License v2.1
154 stars 27 forks source link

no-default-features #81

Closed guillebot closed 2 years ago

guillebot commented 2 years ago

Hi there, I'm trying to compile on Nvidia Jetson and they strongly discourage upgrading gstreamer.

So as I'm stuck with 1.14.5, I referred to the docs:

"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."

--disable-default-features seems to be missing from my cargo build, but --no-default-features is there.

I suggest you to correct this from the docs.

thanks

samuvlad commented 2 years ago

Updated documentation. Thanks for advising