From 7c047da4b0da8e0b9bfbc92e3652d18bd0e6e405 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Fri, 30 Oct 2020 23:26:49 +0900 Subject: [PATCH] nvcodec: nvsldec: Fix typo in debug message Part-of: --- sys/nvcodec/plugin.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/nvcodec/plugin.c b/sys/nvcodec/plugin.c index 828b8775e4..53fe15da29 100644 --- a/sys/nvcodec/plugin.c +++ b/sys/nvcodec/plugin.c @@ -158,7 +158,8 @@ plugin_init (GstPlugin * plugin) gst_nv_h264_dec_register (plugin, i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); if (use_h264_sl_dec) { - GST_INFO ("Skip register cuvid parser based nvh264dec"); + GST_INFO + ("Skipping registration of CUVID parser based nvh264dec element"); register_cuviddec = FALSE; gst_nv_h264_dec_register (plugin, @@ -169,7 +170,8 @@ plugin_init (GstPlugin * plugin) gst_nv_h265_dec_register (plugin, i, GST_RANK_SECONDARY, sink_template, src_template, FALSE); if (use_h265_sl_dec) { - GST_INFO ("Skip register cuvid parser based nvh264dec"); + GST_INFO + ("Skipping registration of CUVID parser based nvh265dec element"); register_cuviddec = FALSE; gst_nv_h265_dec_register (plugin,