summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2020-10-30 23:26:49 +0900
committerSeungha Yang <seungha@centricular.com>2020-11-10 14:39:40 +0000
commit7c047da4b0da8e0b9bfbc92e3652d18bd0e6e405 (patch)
tree53bbe83ab290788de9a312cfb287287edbfcdb42 /sys
parenta2a73c02ef9c5701e5a574715d52689906f21482 (diff)
downloadgstreamer-plugins-bad-7c047da4b0da8e0b9bfbc92e3652d18bd0e6e405.tar.gz
nvcodec: nvsldec: Fix typo in debug message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1738>
Diffstat (limited to 'sys')
-rw-r--r--sys/nvcodec/plugin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/nvcodec/plugin.c b/sys/nvcodec/plugin.c
index 828b8775e..53fe15da2 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,