[Bug 781537] NVDEC - Nvidia Decoder plugin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 17 14:27:02 UTC 2017


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

leigh123linux at googlemail.com <leigh123linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leigh123linux at googlemail.co
                   |                            |m

--- Comment #51 from leigh123linux at googlemail.com <leigh123linux at googlemail.com> ---
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

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