[Bug 781537] NVDEC - Nvidia Decoder plugin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 18 09:09:19 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=781537

--- Comment #53 from Snir <ssheribe at redhat.com> ---
(In reply to leigh123linux at googlemail.com from comment #51)
> cuda-9 no longer uses/provides nvcuvid.h , it uses dynlink_nvcuvid.h instead
> 
> https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/sys/nvdec/
> gstnvdec.h#n32
> 
> 
> -#include <nvcuvid.h>
> -
> +#if CUDA_VERSION >= 9000
> +    #include <dynlink_nvcuvid.h>
> +#else
> +    #include <nvcuvid.h>
> +#endif

Hi,

AFAIK this header file is built for run-time dynamic linking,
so it will require additional code changes in order to work.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list