mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
nvcodec: minor spell corrects in log messages
This commit is contained in:
parent
54c5ebbd53
commit
3ef503346a
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ register_cuda_resource (GstGLContext * context,
|
||||||
gl_buf_obj = gl_mem->pbo;
|
gl_buf_obj = gl_mem->pbo;
|
||||||
|
|
||||||
GST_LOG_OBJECT (nvdec,
|
GST_LOG_OBJECT (nvdec,
|
||||||
"registure glbuffer %d to CUDA resource", gl_buf_obj->id);
|
"register glbuffer %d to CUDA resource", gl_buf_obj->id);
|
||||||
|
|
||||||
/* register resource without read/write only flags, since
|
/* register resource without read/write only flags, since
|
||||||
* downstream CUDA elements (e.g., nvenc) might want to access
|
* downstream CUDA elements (e.g., nvenc) might want to access
|
||||||
|
@ -706,7 +706,7 @@ gst_nvdec_open (GstVideoDecoder * decoder)
|
||||||
cuda_ret = CuStreamCreate (&nvdec->cuda_stream, CU_STREAM_DEFAULT);
|
cuda_ret = CuStreamCreate (&nvdec->cuda_stream, CU_STREAM_DEFAULT);
|
||||||
if (!gst_cuda_result (cuda_ret)) {
|
if (!gst_cuda_result (cuda_ret)) {
|
||||||
GST_WARNING_OBJECT (nvdec,
|
GST_WARNING_OBJECT (nvdec,
|
||||||
"Could not create cuda stream, will use default stream");
|
"Could not create CUDA stream, will use default stream");
|
||||||
nvdec->cuda_stream = NULL;
|
nvdec->cuda_stream = NULL;
|
||||||
}
|
}
|
||||||
gst_cuda_context_pop (NULL);
|
gst_cuda_context_pop (NULL);
|
||||||
|
|
Loading…
Reference in a new issue