[Bug 796203] nvenc: Fix build warning error

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 18 09:46:42 UTC 2018


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.14.2

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks. I trust this still works with older versions too.

commit 535adfee37b7be8064e302e4f17b1df1ca14ae14
Author: Seungha Yang <seungha.yang at navercorp.com>
Date:   Thu May 17 21:49:25 2018 +0900

    nvenc: Fix build warning error

    'cuDeviceComputeCapability' was deprecated as of CUDA 5.0

    gstnvenc.c: In function ‘gst_nvenc_create_cuda_context’:
    gstnvenc.c:290:9: error: ‘cuDeviceComputeCapability’ is deprecated
[-Werror=deprecated-declarations]
             && cuDeviceComputeCapability (&maj, &min, cdev) == CUDA_SUCCESS) {
             ^

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

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