nvcodec: Add CUDA video convert element
authorSeungha Yang <seungha.yang@navercorp.com>
Wed, 16 Oct 2019 13:42:55 +0000 (22:42 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 16 Oct 2020 15:56:49 +0000 (15:56 +0000)
commitfe83a12b10c22efbc168a02293f830a76a54c6d9
tree4c9269330cd8a22157b657e51a29b96d72234d2f
parent592a8d540067df6456d5d126e7a5c27f8d91e375
nvcodec: Add CUDA video convert element

Add new element for colorspace conversion using CUDA.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1633>
sys/nvcodec/gstcudabasefilter.c [new file with mode: 0644]
sys/nvcodec/gstcudabasefilter.h [new file with mode: 0644]
sys/nvcodec/gstcudaconvert.c [new file with mode: 0644]
sys/nvcodec/gstcudaconvert.h [new file with mode: 0644]
sys/nvcodec/gstcudafilter.c [new file with mode: 0644]
sys/nvcodec/gstcudafilter.h [new file with mode: 0644]
sys/nvcodec/meson.build
sys/nvcodec/plugin.c