[Bug 796736] nvdec: Check device codec capabilities before creating video parser

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 3 12:19:47 UTC 2018


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

--- Comment #4 from Yeongjin Jeong <gingerbk247 at gmail.com> ---
(In reply to Tim-Philipp Müller from comment #3)
> Can we check hardware capabilities at run-time?

I think, it's hard to check capabilities in run-time because header file is
referenced at build time, and cuda API does not seem to be the latest structure
to support dynamic linking. (e.q. cuda 8.x)

But it seems possible if we load object file dynamically with g_module_open(),
and find the module's symbols  with g_module_symbol().

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