nvdec: Update plugin description and fix typo
authorSeungha Yang <seungha.yang@navercorp.com>
Wed, 11 Sep 2019 06:16:45 +0000 (15:16 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Wed, 11 Sep 2019 06:16:45 +0000 (15:16 +0900)
Use consistent description with nvenc, and fix typo s/devide/device/g

sys/nvcodec/gstnvdec.c

index 54ca650..f28f9a6 100644 (file)
@@ -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);
   }