From 3ef503346a49c40aa0eeef61fe2b0866624184c6 Mon Sep 17 00:00:00 2001 From: Marc Leeman Date: Tue, 10 Sep 2019 23:13:17 +0000 Subject: [PATCH] nvcodec: minor spell corrects in log messages --- sys/nvcodec/gstnvdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/nvcodec/gstnvdec.c b/sys/nvcodec/gstnvdec.c index c0ef2d3..54ca650 100644 --- a/sys/nvcodec/gstnvdec.c +++ b/sys/nvcodec/gstnvdec.c @@ -80,7 +80,7 @@ register_cuda_resource (GstGLContext * context, gl_buf_obj = gl_mem->pbo; 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 * 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); if (!gst_cuda_result (cuda_ret)) { 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; } gst_cuda_context_pop (NULL); -- 2.7.4