mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
cudaconverter: Rename CUDA kernel function
Changing its name (was too generic) to help GPU tracing via Nsight tool Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4029>
This commit is contained in:
parent
898f0c5ba9
commit
67764a1579
1 changed files with 1 additions and 1 deletions
|
@ -1256,7 +1256,7 @@ GST_CUDA_KERNEL_UNPACK_FUNC
|
|||
"}\n"
|
||||
"}\n";
|
||||
|
||||
#define GST_CUDA_KERNEL_MAIN_FUNC "KernelMain"
|
||||
#define GST_CUDA_KERNEL_MAIN_FUNC "gst_cuda_converter_main"
|
||||
|
||||
static const gchar TEMPLETA_KERNEL[] =
|
||||
/* KERNEL_COMMON */
|
||||
|
|
Loading…
Reference in a new issue