nvcodec: nvsldec: Fix typo in debug message
authorSeungha Yang <seungha@centricular.com>
Fri, 30 Oct 2020 14:26:49 +0000 (23:26 +0900)
committerSeungha Yang <seungha@centricular.com>
Tue, 10 Nov 2020 14:39:40 +0000 (14:39 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1738>

sys/nvcodec/plugin.c

index 828b877..53fe15d 100644 (file)
@@ -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,