mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
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:
parent
7ea3c55549
commit
ca47012a55
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue