cudaupload,cudadownload: Fix document

* Fix typo, NVIDA -> NVIDIA
* Add cudadownload doc to the source file

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3018>
This commit is contained in:
Seungha Yang 2022-09-13 04:06:02 +09:00 committed by GStreamer Marge Bot
parent 7ea3c55549
commit ca47012a55

View file

@ -21,7 +21,15 @@
/**
* element-cudaupload:
*
* Uploads data to NVIDA GPU via CUDA APIs
* Uploads data to NVIDIA GPU via CUDA APIs
*
* Since: 1.20
*/
/**
* element-cudadownload:
*
* Downloads data from NVIDIA GPU via CUDA APIs
*
* Since: 1.20
*/