mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
nvcodec: Fix description of cudadownload element
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1633>
This commit is contained in:
parent
f62ecc1625
commit
07c349768a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ gst_cuda_download_class_init (GstCudaDownloadClass * klass)
|
|||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"CUDA downloader", "Filter/Video",
|
||||
"Uploads data into NVIDA GPU via CUDA APIs",
|
||||
"Downloads data from NVIDA GPU via CUDA APIs",
|
||||
"Seungha Yang <seungha.yang@navercorp.com>");
|
||||
|
||||
trans_class->passthrough_on_same_caps = TRUE;
|
||||
|
|
Loading…
Reference in a new issue