summaryrefslogtreecommitdiff
path: root/sys/nvcodec
diff options
context:
space:
mode:
authorSeungha Yang <seungha.yang@navercorp.com>2019-09-11 15:16:45 +0900
committerSeungha Yang <seungha.yang@navercorp.com>2019-09-11 15:16:45 +0900
commite3508a4f26e0d743c3024d5f7b95565db9113952 (patch)
treed840a9ba9aefeaebb0acb593e9e600bf1afbf1f9 /sys/nvcodec
parent1cbb23cf7978e8f62f799a1b5804249de25cab2d (diff)
downloadgstreamer-plugins-bad-e3508a4f26e0d743c3024d5f7b95565db9113952.tar.gz
nvdec: Update plugin description and fix typo
Use consistent description with nvenc, and fix typo s/devide/device/g
Diffstat (limited to 'sys/nvcodec')
-rw-r--r--sys/nvcodec/gstnvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nvcodec/gstnvdec.c b/sys/nvcodec/gstnvdec.c
index 54ca65029..f28f9a636 100644
--- a/sys/nvcodec/gstnvdec.c
+++ b/sys/nvcodec/gstnvdec.c
@@ -1330,7 +1330,7 @@ gst_nvdec_subclass_init (gpointer g_class, gpointer data)
if (cdata->is_default) {
long_name = g_strdup_printf ("NVDEC %s Video Decoder", cdata->codec);
} else {
- long_name = g_strdup_printf ("NVDEC %s Video Decoder with devide-id %d",
+ long_name = g_strdup_printf ("NVDEC %s Video Decoder with device %d",
cdata->codec, cdata->cuda_device_id);
}