gstreamer/sys/nvcodec
Seungha Yang 733c109ce9 nvcodec: Clean up pointless return values around plugin init
Any plugin which returned FALSE from plugin_init will be blacklisted
so the plugin will be unusable even if an user install required runtime
dependency next time. So that's the reason why nvcodec returns TRUE always.

This commit is to remove possible misreading code.
2019-07-25 08:47:50 +00:00
..
stub nvcodec: Drop system installed cuda.h dependency 2019-07-23 16:32:31 +09:00
cuviddec.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
gstcudaloader.c nvcodec: Change log level for g_module_open failure 2019-07-25 08:47:50 +00:00
gstcudaloader.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
gstcuvidloader.c nvcodec: Change log level for g_module_open failure 2019-07-25 08:47:50 +00:00
gstcuvidloader.h nvdec: Register elements per device/codec with capability check 2019-07-22 17:39:45 +00:00
gstnvbaseenc.c nvcodec: Keep requested rank for default device 2019-07-23 10:28:52 +09:00
gstnvbaseenc.h nvenc: Register elements per GPU device with capability check 2019-07-22 21:01:41 +00:00
gstnvdec.c nvcodec: Clean up pointless return values around plugin init 2019-07-25 08:47:50 +00:00
gstnvdec.h nvcodec: Clean up pointless return values around plugin init 2019-07-25 08:47:50 +00:00
gstnvenc.c nvcodec: Clean up pointless return values around plugin init 2019-07-25 08:47:50 +00:00
gstnvenc.h nvcodec: Clean up pointless return values around plugin init 2019-07-25 08:47:50 +00:00
gstnvh264enc.c nvenc: Register elements per GPU device with capability check 2019-07-22 21:01:41 +00:00
gstnvh264enc.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
gstnvh265enc.c nvenc: Register elements per GPU device with capability check 2019-07-22 21:01:41 +00:00
gstnvh265enc.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
Makefile.am nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
meson.build nvcodec: Drop system installed cuda.h dependency 2019-07-23 16:32:31 +09:00
nvcuvid.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
nvEncodeAPI.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
plugin.c nvcodec: Clean up pointless return values around plugin init 2019-07-25 08:47:50 +00:00