nvcodec: Clean up pointless return values around plugin init
authorSeungha Yang <seungha.yang@navercorp.com>
Thu, 25 Jul 2019 07:45:21 +0000 (16:45 +0900)
committerSebastian Dröge <slomo@coaxion.net>
Thu, 25 Jul 2019 08:47:50 +0000 (08:47 +0000)
commit733c109ce962ad2d6380bbe8f165f25aad475fa8
tree819ce05bcf0b08a6c01d0d94d536cd3d3d2c83e0
parent7b9045d84626e485d0e11aa9e4534ae66cb274b8
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.
sys/nvcodec/gstnvdec.c
sys/nvcodec/gstnvdec.h
sys/nvcodec/gstnvenc.c
sys/nvcodec/gstnvenc.h
sys/nvcodec/plugin.c