From: Marc Leeman Date: Tue, 10 Sep 2019 23:13:17 +0000 (+0000) Subject: nvcodec: minor spell corrects in log messages X-Git-Tag: 1.19.3~507^2~2870 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ef503346a49c40aa0eeef61fe2b0866624184c6;p=platform%2Fupstream%2Fgstreamer.git nvcodec: minor spell corrects in log messages --- 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);